]> git.kaiwu.me - nginx.git/commitdiff
do not encode already encoded characters in msie_refresh
authorIgor Sysoev <igor@sysoev.ru>
Fri, 9 Nov 2007 13:17:58 +0000 (13:17 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 9 Nov 2007 13:17:58 +0000 (13:17 +0000)
src/core/ngx_string.c

index 69f032e2e105cc1ef160ac1260e6e4b600112ea0..2eaffd60d8f8a3ea8835bcde1b9dd93a4f281724 100644 (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 */