Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-30 17:25:19 +0400
committerIgor Sysoev <igor@sysoev.ru>2010-07-30 17:25:19 +0400
commit0e0e0af51b2c51e14c62155b63653208ba54b110 (patch)
treea41050d12b3962fbc34772a5bc36b593ee65e48d /src/core/ngx_string.c
parent1cd46b88a45989f7275366f9edb67b31f248c13e (diff)
escape ";" in arguments
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 9681111e7..36708a153 100644
--- a/src/core/ngx_string.c
+++ b/src/core/ngx_string.c
@@ -1329,7 +1329,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 /.-, +*)( '&%$ #"! */
- 0x80000869, /* 1000 0000 0000 0000 0000 1000 0110 1001 */
+ 0x88000869, /* 1000 1000 0000 0000 0000 1000 0110 1001 */
/* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */