> If anyone tries it out, let me know how it works for you. I don't have 
> any other server environments to test it on.
>

You should use URLDecode() when you're getting the value, because if the value contains
something in URLEncodedFormat() then you'll still have those %20 etc stuff in the 
parsed
value. CF does the URLDecode() automatically on regular URL scoped variables.

So use this in the if sentence in the for loop:

urlvalue = URLDecode(ListGetAt(cleanpathinfo, i+1, "/"));

PS: Erik, if you're reading this, you should make the same change to your orginal
sesConverter.cfm too.

.erki

==^================================================================
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]

T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================

Reply via email to