Skip Menu |

This queue is for tickets about the Catalyst-Engine-Apache CPAN distribution.

Report information
The Basics
Id: 33444
Status: resolved
Priority: 0/
Queue: Catalyst-Engine-Apache

People
Owner: Nobody in particular
Requestors: rg [...] progtech.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.11
Fixed in: (no value)



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.
Fixed in 1.12.