An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Maxim Dounin 96af3e9dfb 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.
2014-02-27 20:36:35 +04:00
auto Win32: MSVC 2013 compatibility. 2014-02-13 16:54:00 +04:00
conf MIME: added application/json MIME type. 2013-09-18 12:59:47 -07:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.5.10-RELEASE 2014-02-04 16:26:46 +04:00
misc Updated PCRE used for win32 builds. 2014-02-04 07:45:33 +04:00
src Disabled redirects to named locations if URI is not set. 2014-02-27 20:36:35 +04:00
.hgtags release-1.5.10 tag 2014-02-04 16:26:46 +04:00