escape ";" in arguments

This commit is contained in:
Igor Sysoev 2010-07-30 13:25:19 +00:00
parent 1cd46b88a4
commit 0e0e0af51b

View File

@ -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 */