commit | 4084b12041c8862546daeab9618de9f4d4bbc16f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Sep 01 14:43:38 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Sep 01 14:43:38 2008 +0000 |
tree | 40f5d291b79c50c978b4ac6a2ee086922a22f86e | |
parent | f100c7816dd910907597f716bf561f3361f88e1a [diff] [blame] |
escape a query string characters taken from URI while rewrite
diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c index 95c1cc1..55efee7 100644 --- a/src/http/ngx_http_script.c +++ b/src/http/ngx_http_script.c
@@ -574,6 +574,7 @@ ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, "http script args"); + e->is_args = 1; e->args = e->pos; e->ip += sizeof(uintptr_t); }