From: Graham Leggett Date: Thu, 12 Oct 2006 22:23:00 +0000 (+0000) Subject: Backported. X-Git-Tag: 2.3.0~2072 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eec80a08f6812a6e5d7e5a52627bf428510f705;p=apache Backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ad27850e3d..d3fee638e6 100644 --- a/CHANGES +++ b/CHANGES @@ -146,20 +146,6 @@ Changes with Apache 2.3.0 and the worker used during a request as environment variables. PR 39806. [Brian ] - *) mod_isapi: Avoid double trailing slashes in HSE_REQ_MAP_URL_TO_PATH - support. Also corrects the slashes for Windows. PR 15993. [William Rowe] - - *) mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the - token parser worked while the resulting length was misinterpreted. - PR 29098 [Brock Bland ] - - *) mod_isapi: Return 0 (failure) for more of the various ap_pass_brigade - attempts to stream the response at the client. PR 30022 [William Rowe] - - *) mod_isapi: Ensure we walk through all the methods the developer may have - employed to report their HTTP status result code. - PR 16637 30033 28089 [Matt Lewandowsky , William Rowe] - *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ] configures the I/O Dump of SSL traffic, when LogLevel is set to Debug. The default is none as this is far greater debugging resolution than @@ -267,6 +253,20 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.4 + *) mod_isapi: Avoid double trailing slashes in HSE_REQ_MAP_URL_TO_PATH + support. Also corrects the slashes for Windows. PR 15993. [William Rowe] + + *) mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the + token parser worked while the resulting length was misinterpreted. + PR 29098 [Brock Bland ] + + *) mod_isapi: Return 0 (failure) for more of the various ap_pass_brigade + attempts to stream the response at the client. PR 30022 [William Rowe] + + *) mod_isapi: Ensure we walk through all the methods the developer may have + employed to report their HTTP status result code. + PR 16637 30033 28089 [Matt Lewandowsky , William Rowe] + *) mod_echo: Fix precedence problem in if statement. PR 40658. [Larry Cipriani ]