do not encode already encoded characters in msie_refresh

This commit is contained in:
Igor Sysoev 2007-11-09 13:17:58 +00:00
parent 8152d0aeed
commit cc5484fab1

View File

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