Subject: | unescape_uri decodes + too late |
the unescape_uri function for Apache2 (MP19.pm and MP20.pm) tries to do
the right thing in unescaping + in URL to space. It does that, however,
after unescaping the % escapes, thereby also decoding the newly decoded
+ signs to space. The + to space decode must be done before
Apache::URI::unescape_url is done.