nginx/src
Maxim Dounin 0b66bd4be7 Disabled control characters in URIs.
Control characters (0x00-0x1f, 0x7f) were never allowed in URIs, and must
be percent-encoded by clients.  Further, these are not believed to appear
in practice.  On the other hand, passing such characters might make various
attacks possible or easier, despite the fact that currently allowed control
characters are not significant for HTTP request parsing.
2021-06-28 18:01:15 +03:00
..
core Core: escaping of chars not allowed in URIs per RFC 3986. 2021-06-28 18:01:11 +03:00
event Core: added the ngx_rbtree_data() macro. 2021-06-21 09:42:43 +03:00
http Disabled control characters in URIs. 2021-06-28 18:01:15 +03:00
mail Mail: max_errors directive. 2021-05-19 03:13:31 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Fixed format strings for ngx_win32_version. 2021-06-18 04:00:21 +03:00
stream Stream: the "fastopen" parameter of the "listen" directive. 2021-05-20 19:59:16 +03:00