From: André Malo Date: Fri, 10 Oct 2003 18:22:55 +0000 (+0000) Subject: do sync. X-Git-Tag: pre_ajp_proxy~1122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbec2d7eb067842b96e4872b5a6f1ee50f90e390;p=apache do sync. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101403 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6b2b5eda6b..8b2ec8b502 100644 --- a/CHANGES +++ b/CHANGES @@ -34,9 +34,6 @@ Changes with Apache 2.1.0-dev *) mod_rewrite: Allow forced mimetypes [T=...] to get expanded. PR 14223. [André Malo] - *) mod_log_config: Fix %b log format to write really "-" when 0 bytes - were sent (e.g. with 304 or 204 response codes). [Astrid Keßler] - *) mod_rewrite: Catch an edge case, where strange subsequent RewriteRules could lead to a 400 (Bad Request) response. [André Malo] @@ -210,6 +207,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.48 + *) mod_rewrite: Don't die silently when failing to open RewriteLogs. + PR 23416. [André Malo] + *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send rewritten request using "proxy:". The code was adding multiple "proxy:" fields in the rewritten URI. PR: 13946. [Eider Oliveira ] @@ -219,7 +219,7 @@ Changes with Apache 2.0.48 *) Ensure that ssl-std.conf is generated at configure time, and switch to using the expanded config variables to work the same as - httpd-std.conf PR 19611 + httpd-std.conf PR: 19611 [Thom May] *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370 @@ -228,7 +228,7 @@ Changes with Apache 2.0.48 *) mod_autoindex: If a directory contains a file listed in the DirectoryIndex directive, the folder icon is no longer replaced by the icon of that file. PR 9587. - [David Shane Holden ] + [David Shane Holden ] *) Fixed mod_usertrack to not get false positive matches on the user-tracking cookie's name. PR 16661. @@ -239,6 +239,9 @@ Changes with Apache 2.0.48 headers. PR 23130. [bjorn@exoweb.net] + *) mod_log_config: Fix %b log format to write really "-" when 0 bytes + were sent (e.g. with 304 or 204 response codes). [Astrid Keßler] + *) Modify ap_get_client_block() to note if it has seen EOS. [Justin Erenkrantz]