Edit report at https://pear.php.net/bugs/bug.php?id=20473&edit=1
ID: 20473
Updated by: tklingenberg@lastflood.net
Reported By: tklingenberg@lastflood.net
Summary: Normalize query and fragment borken
-Status: Open
+Status: Closed
Type: Bug
Package: Net_URL2
Package Version: 2.1.0
PHP Version: Irrelevant
-Assigned To:
+Assigned To: tkli
Roadmap Versions:
New Comment:
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: tkli
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pear.php.net/get/
Fixed in 2.1.1
Previous Comments:
------------------------------------------------------------------------
[2014-12-27 14:47:52] tkli
Description:
------------
Normalize percentage-encoded unreserved characters (section
6.2.2.2) is not applied to query and fragment..
Example:
foo:///?%66%6f%6f#%62%61%72
should be normalized to
foo:///?foo#bar
------------------------------------------------------------------------