The official NGINX Open Source repository.
Go to file
Piotr Sikora 3ba8f2f73d Core: use uppercase hexadecimal digits for percent-encoding.
RFC3986 says that, for consistency, URI producers and normalizers
should use uppercase hexadecimal digits for all percent-encodings.

This is also what modern web browsers and other tools use.

Using lowercase hexadecimal digits makes it harder to interact with
those tools in case when use of the percent-encoded URI is required,
for example when $request_uri is part of the cache key.

Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
2014-06-26 23:39:23 -07:00
auto Configure: restored "nginx/" missed in 6e4bb1d6679d. 2014-06-26 05:08:59 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.7.3-RELEASE 2014-07-08 17:22:38 +04:00
misc Updated PCRE used for win32 builds. 2014-07-04 22:34:03 +04:00
src Core: use uppercase hexadecimal digits for percent-encoding. 2014-06-26 23:39:23 -07:00
.hgtags release-1.7.3 tag 2014-07-08 17:22:38 +04:00