]> git.ipfire.org Git - thirdparty/AWStats.git/commit
Decode RFC 3986 "unreserved chars" in URLs. 92/head
authorTomaz Solc <tomaz.solc@tablix.org>
Sun, 25 Feb 2018 19:25:23 +0000 (20:25 +0100)
committerTomaz Solc <tomaz.solc@tablix.org>
Wed, 7 Mar 2018 17:20:21 +0000 (18:20 +0100)
commit588fd47a842c5c4fbbabefec77860ecb8401af0c
tree043c7dbe8577e8f4372345cb9fb6644aacbca9fc
parentf316b1fa3d64e9e1eb9edf57a11975fc8ea9e9ec
Decode RFC 3986 "unreserved chars" in URLs.

This makes awstats treat "/foo" and "/%66%6f%6f" as equivalent.

This change only affects some common characters from the ASCII range. It
doesn't do any kind of utf-8 decoding (as per RFC 3986, see Section 2.3.)
wwwroot/cgi-bin/awstats.pl