Hello all.
my env is TS 6.5, LiveSite 2.2.1
I come to this forum one more time hoping to find some enlightenment.
I am developping a website in LiveSite and I am doing some javascript redirection.
During the development, I do a lot of previews obviously to test my components and everything else and here what happens when the redirection happens, for the example I'll simplify the url:
window.location = "http://myserver/Home.page?arg=something with spaces;"
That becomes in the address bar of IE6 something like this:
http://myserver/Home.page?arg=something%20with%20spaces
What happens was that automatically the space became %20, then the % character was also re-encoded and became %25 thus the %2520 ... I just don't understand where that comes from.
I did deploy my site and on the front-end server, this particular incident does not happen.
I've passed most of the day looking through all my code trying to find where that re-encoding was occuring, after the deployment my only explanation was that it was coming somehow from LiveSite.
I did some development with LiveSite 3 and never had that problem.
Did this happen to anyone else ? Is it really a LiveSite "feature" or only a figment of my imagination ?
Thanks guys.