mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
escape ";" in arguments
This commit is contained in:
parent
1cd46b88a4
commit
0e0e0af51b
@ -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 */
|
0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
|
||||||
|
|
||||||
/* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
|
/* ?>=< ;: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@ */
|
/* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
|
||||||
0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */
|
0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */
|
||||||
|
Loading…
Reference in New Issue
Block a user