diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-22 19:15:01 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-22 19:15:01 +0000 |
| commit | 65567a0c47415880af1099207ccdf619eda33e19 (patch) | |
| tree | bc4a1fe4ec15cd67a938c885dcbea54839e38add /src/core/ngx_string.h | |
| parent | 11bb8d6c6a6d22a5c6a55ed7f100107411bf0344 (diff) | |
| download | nginx-65567a0c47415880af1099207ccdf619eda33e19.tar.gz nginx-65567a0c47415880af1099207ccdf619eda33e19.tar.bz2 | |
r1406 merge:
escape " ", "%", and %00-%1F in login and password
Diffstat (limited to 'src/core/ngx_string.h')
| -rw-r--r-- | src/core/ngx_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index b4a96c543..42d50a46c 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -155,6 +155,7 @@ u_char *ngx_utf_cpystrn(u_char *dst, u_char *src, size_t n); #define NGX_ESCAPE_HTML 2 #define NGX_ESCAPE_REFRESH 3 #define NGX_ESCAPE_MEMCACHED 4 +#define NGX_ESCAPE_MAIL_AUTH 5 #define NGX_UNESCAPE_URI 1 |
