aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_string.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-13 09:35:51 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-13 09:35:51 +0000
commit049ae00031cecba74e8b5d2218eb28c125e99881 (patch)
treebdfa2de96be62ffb30d0bf6ee0c5066dfa4e4a74 /src/core/ngx_string.c
parent471b92e58ff699b7babf7220de633e0a80a860dc (diff)
downloadnginx-049ae00031cecba74e8b5d2218eb28c125e99881.tar.gz
nginx-049ae00031cecba74e8b5d2218eb28c125e99881.zip
"?" should not be escaped
Diffstat (limited to 'src/core/ngx_string.c')
-rw-r--r--src/core/ngx_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_string.c b/src/core/ngx_string.c
index 7b5287f0a..032ae4d93 100644
--- a/src/core/ngx_string.c
+++ b/src/core/ngx_string.c
@@ -1025,7 +1025,7 @@ ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type)
0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
/* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
- 0x800000ad, /* 0000 0000 0000 0000 0000 0000 1010 1101 */
+ 0x000000ad, /* 0000 0000 0000 0000 0000 0000 1010 1101 */
/* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */