comparison CHANGES @ 591:bc110f60c0de NGINX_0_8_41

nginx 0.8.41 *) Security: nginx/Windows worker might be terminated abnormally if a requested file name has invalid UTF-8 encoding. *) Change: now nginx allows to use spaces in a request line. *) Bugfix: the "proxy_redirect" directive changed incorrectly a backend "Refresh" response header line. Thanks to Andrey Andreew and Max Sogin. *) Bugfix: nginx did not support path without host name in "Destination" request header line.
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Jun 2010 00:00:00 +0400
parents 01f2313e34f1
children 4d3e880ce86c
comparison
equal deleted inserted replaced
590:dd4c3325a56f 591:bc110f60c0de
1
2 Changes with nginx 0.8.41 15 Jun 2010
3
4 *) Security: nginx/Windows worker might be terminated abnormally if a
5 requested file name has invalid UTF-8 encoding.
6
7 *) Change: now nginx allows to use spaces in a request line.
8
9 *) Bugfix: the "proxy_redirect" directive changed incorrectly a backend
10 "Refresh" response header line.
11 Thanks to Andrey Andreew and Max Sogin.
12
13 *) Bugfix: nginx did not support path without host name in
14 "Destination" request header line.
15
1 16
2 Changes with nginx 0.8.40 07 Jun 2010 17 Changes with nginx 0.8.40 07 Jun 2010
3 18
4 *) Security: now nginx/Windows ignores default file stream name. 19 *) Security: now nginx/Windows ignores default file stream name.
5 Thanks to Jose Antonio Vazquez Gonzalez. 20 Thanks to Jose Antonio Vazquez Gonzalez.