comparison docs/xml/nginx/changes.xml @ 471:31ee1b50354f release-0.1.10

nginx-0.1.10-RELEASE import *) Bugfix: if the request without arguments contains "//", "/./", "/../" or "%XX" then the lost character in the request line was lost; the bug had appeared in 0.1.9. *) Bugfix: the fix in 0.1.9 for the files bigger than 2G on Linux did not work.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Nov 2004 09:33:59 +0000
parents 2ff194b74f1e
children 8e8f3af115b5
comparison
equal deleted inserted replaced
470:45b86532d9c8 471:31ee1b50354f
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7
8
9 <changes ver="0.1.10" date="26.11.2004">
10
11 <change type="bugfix">
12 <para lang="ru">
13 если в запросе без аргументов есть "//", "/./", "/../" или "%XX",
14 то терялся последний символ в строке запроса;
15 ошибка появилась в 0.1.9.
16 </para>
17 <para lang="en">
18 if the request without arguments contains "//", "/./", "/../" or "%XX"
19 then the lost character in the request line was lost;
20 bug appeared in 0.1.9.
21 </para>
22 </change>
23
24 <change type="bugfix">
25 <para lang="ru">
26 исправление в версии 0.1.9 для файлов больше на Linux не работало.
27 </para>
28 <para lang="en">
29 the fix in 0.1.9 for the files bigger than 2G on Linux
30 did not work.
31 </para>
32 </change>
33
34 </changes>
7 35
8 36
9 <changes ver="0.1.9" date="25.11.2004"> 37 <changes ver="0.1.9" date="25.11.2004">
10 38
11 <change type="bugfix"> 39 <change type="bugfix">