]> git.kaiwu.me - nginx.git/commit
Fixed: proxy_redirect with regex might broke Refresh header.
authorValentin Bartenev <vbart@nginx.com>
Tue, 10 Jan 2012 15:09:45 +0000 (15:09 +0000)
committerValentin Bartenev <vbart@nginx.com>
Tue, 10 Jan 2012 15:09:45 +0000 (15:09 +0000)
commitb8ef9d92550b5077d376dbbe38f855c066530941
tree05b4f84acdea4cd99efb594c287550d13ffb5c35
parentd55ce18c953ed46893f531e2d1ba6e4db6f7399d
Fixed: proxy_redirect with regex might broke Refresh header.

The problem was localized in ngx_http_proxy_rewrite_redirect_regex() handler
function which did not take into account prefix when overwriting header value.
src/http/modules/ngx_http_proxy_module.c