comparison src/core/ngx_string.h @ 316:24def6198d7f NGINX_0_5_28

nginx 0.5.28 *) Security: the "msie_refresh" directive allowed XSS. Thanks to Maxim Boguk. *) Bugfix: a segmentation fault might occur in worker process if the "auth_http_header" directive was used. Thanks to Maxim Dounin. *) Bugfix: a segmentation fault occurred in worker process if the CRAM-MD5 authentication method was used, but it was not enabled. *) Bugfix: a segmentation fault might occur in worker process if the eventport method was used.
author Igor Sysoev <http://sysoev.ru>
date Tue, 17 Jul 2007 00:00:00 +0400
parents 9b7db0df50f0
children 3021f899881a
comparison
equal deleted inserted replaced
315:32a7c84208fa 316:24def6198d7f
140 140
141 141
142 #define NGX_ESCAPE_URI 0 142 #define NGX_ESCAPE_URI 0
143 #define NGX_ESCAPE_ARGS 1 143 #define NGX_ESCAPE_ARGS 1
144 #define NGX_ESCAPE_HTML 2 144 #define NGX_ESCAPE_HTML 2
145 #define NGX_ESCAPE_REFRESH 3
145 146
146 #define NGX_UNESCAPE_URI 1 147 #define NGX_UNESCAPE_URI 1
147 148
148 uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size, 149 uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size,
149 ngx_uint_t type); 150 ngx_uint_t type);