Hi,

We have an app that runs fine on good old MX6.1.  Basically a
confirmation email is sent out to a user with a click here to update
your details.

This link has an ID that's encrypted with CF's Encrypt, the result of
this is then URLEncoded.

All works fine until we upgraded the server to 7.  When they click the
link, their details are updated and a confirmation page is displayed,
the problem we are having is that we are passing the encoded var into
a CFLocation tag, the ID in this case after encoding is:

%24%28%20%3FGUP%20%20%0A

Which for the eagle eyed people contains a LF, although as you can
see, its really a %0A the problem we are experiencing is that
CFLocation is throwing the following error:

 Failed to perform redirection.
ColdFusion was unable to perform the CFLOCATION operation. Location
URL cannot contain (carriage return) CR or (line feed) LF characters

Anyone know of a work around, without changing the encrypt / decrypt
functions as the site has been live for a while?


TIA

Jedi

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217771
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to