aboutsummaryrefslogtreecommitdiff
path: root/docs/xslt
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2014-02-27 20:36:35 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2014-02-27 20:36:35 +0400
commit96af3e9dfb1d890bbbbc78d88be8bb34a6e4d7a7 (patch)
tree0a698a31f8b24e69bf692c844d2f5e7a23186b3d /docs/xslt
parent8aa8365121ace17f02a9acf714aa4ed6467deddd (diff)
downloadnginx-96af3e9dfb1d890bbbbc78d88be8bb34a6e4d7a7.tar.gz
nginx-96af3e9dfb1d890bbbbc78d88be8bb34a6e4d7a7.zip
Disabled redirects to named locations if URI is not set.
If something like "error_page 400 @name" is used in a configuration, a request could be passed to a named location without URI set, and this in turn might result in segmentation faults or other bad effects as most of the code assumes URI is set. With this change nginx will catch such configuration problems in ngx_http_named_location() and will stop request processing if URI is not set, returning 500.
Diffstat (limited to 'docs/xslt')
0 files changed, 0 insertions, 0 deletions