mirror of
https://github.com/nginx/nginx.git
synced 2025-07-24 14:16:20 +08:00
r1630 merge:
do not encode already encoded characters in msie_refresh
This commit is contained in:
parent
6dfe7ca5bd
commit
cb4723a288
@ -1147,7 +1147,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 /.-, +*)( '&%$ #"! */
|
||||
0x000000a5, /* 0000 0000 0000 0000 0000 0000 1010 0101 */
|
||||
0x00000085, /* 0000 0000 0000 0000 0000 0000 1000 0101 */
|
||||
|
||||
/* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
|
||||
0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */
|
||||
|
Loading…
Reference in New Issue
Block a user