Community Member Profile
- Profile: /members/5060-Danny.htm
- Comments: 5
- Points: 52
Recent Blog Comments By Danny
-
Learning ColdFusion 9: Using CFQuery In CFScript Can Enable SQL Injection Attacks
Posted on Oct 5, 2010 at 3:14 PM
@Brian Lang Yes, you implement parameterization in sql queries like this: http://www.bennadel.com/blog/1678-Learning-ColdFusion-9-Using-CFQuery-And-O... read more »
-
Comparing ColdFusion Struct Equality With Java
Posted on Mar 26, 2010 at 7:01 PM
@Tony Wu If you change it to <cfset a.n = val(2) /> in the second example you get a yes. It has to do with cf implicit type conversion.... read more »
-
Playing With Finite State Machines And ColdFusion Components
Posted on Dec 29, 2009 at 6:17 PM
Seems like it could be a nice application for the onMethodMissing method.... read more »
-
Strange ColdFusion URLDecode() and GetEncoding() Behavior
Posted on Dec 29, 2009 at 6:11 PM
Strike my last comment. A delete feature would be nice to quell some noise :). My comment was regarding a red herring of sorts in the post: URL is a reserved word; all scope names in CF are reserved.... read more »
-
Strange ColdFusion URLDecode() and GetEncoding() Behavior
Posted on Dec 29, 2009 at 5:55 PM
Did you try passing in some other scope name like 'form' instead of 'url' to getEncoding? Definitely a bug; just curious as to it's nature.... read more »



