Chris Gottshall
Member since Feb 5, 2009
- Profile: /members/2894-chris-gottshall.htm
- Comments: 1
Recent Blog Comments By Chris Gottshall
-
Strange ColdFusion URLDecode() and GetEncoding() Behavior
Posted on Feb 5, 2009 at 9:56 AM
I have to cast my vote for this not being a bug. It looks like it is simply the result of asking CF to guess whether you mean URL, the built-in scope, or arguments.URL, the local variable. As was suggested, being explicit about which scope to look in is best (arguments.URL) and should work every t... read more »