[wp-hackers] change in query string
Marcel Brinkkemper
lazyest at brimosoft.nl
Tue Mar 1 08:54:40 UTC 2011
In WP 3.1 it seems that querystrings get double encoded.
With my Gallery plugin urls like http://myblog.com/gallery/folder result in
a querystring: pagename=gallery&file=folder
This used to work fine, also for encoded urls, pre 3.1 and in many of the
3.1 beta and RC versions.
Now a url like http://myblog.com/gallery/my%20folder result in a
querystring: pagename=gallery&file=my%2520folder
It turns out double encoded.
Why has this changed?
Is it a bug?
Regards,
Marcel
More information about the wp-hackers
mailing list