We are looking into switching several large sites from CF8 to Open 
BlueDragon.  A test server has been setup and the CF8 code-base has been 
moved onto it. Clicking around one of the sites, a common error occurs on 
some pages.  Long story short, I tracked it down to the URL parameter value 
in some cfhttp calls have spaces in them.

Example: "<cfhttp url="http://www.domain.com/test.cfm?var1=some value here" 
method="GET" />

The error that occurs is "*Failed to set URL:Invalid query*".  I tested one 
of the calls by URLEncoding the URL to 
"http://www.domain.com/test.cfm?var1=some*%20*value*%20*here"; and it loads 
fine.

So, besides having to go through the entire sites, and URLEncoding all of 
the URL parameters of all cfhttp calls, is there a simpler solution?

Thanks for anyone's help in pointing me in the right direction.

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to