From: Ruediger Pluem Date: Fri, 8 Dec 2006 20:48:39 +0000 (+0000) Subject: * Style police and format nitpicking X-Git-Tag: 2.2.4~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e531406b0a5a4baab8e8bb85dec5e471cc19d19f;p=thirdparty%2Fapache%2Fhttpd.git * Style police and format nitpicking git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484771 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b87a7ac38ac..3b99b0879f8 100644 --- a/CHANGES +++ b/CHANGES @@ -10,36 +10,34 @@ Changes with Apache 2.2.4 set, REMOTE_USER will be set to this attribute, rather than the username supplied by the user. Useful for example when you want users to log in using an email address, but need to supply a userid instead - to the backend. [Graham Leggett] + to the backend. [Graham Leggett] *) mod_cgi and mod_cgid: Don't use apr_status_t error return from input filters as HTTP return value from the handler. - PR#31579. + PR 31579. [Nick Kew] *) mod_cache: Eliminate a bogus error in the log when a filter returns - AP_FILTER_ERROR. [Niklas Edmundsson ] + AP_FILTER_ERROR. [Niklas Edmundsson ] - *) Fix issue which could cause piped loggers to be orphaned and never - terminate after a graceful restart. PR 40651. [Joe Orton, - Ruediger Pluem] + *) core: Fix issue which could cause piped loggers to be orphaned and never + terminate after a graceful restart. PR 40651. [Joe Orton, Ruediger Pluem] - *) Fix address-in-use startup failure caused by corruption of the list of - listen sockets in some configurations with multiple generic Listen + *) core: Fix address-in-use startup failure caused by corruption of the list + of listen sockets in some configurations with multiple generic Listen directives. [Jeff Trawick] - *) mod_headers: support regexp-based editing of HTTP headers [Nick Kew] + *) mod_headers: Support regexp-based editing of HTTP headers. [Nick Kew] - * mod_proxy: Add explicit flushing feature. - When Servlet container sends AJP body message with size 0, - this means that Servlet container has asked for an explicit flush. - Create flush bucket in that case. This feature has been added - to the recent Tomcat versions without breaking the AJP protocol. + * mod_proxy: Add explicit flushing feature. When Servlet container sends AJP + body message with size 0, this means that Servlet container has asked for + an explicit flush. Create flush bucket in that case. This feature has been + added to the recent Tomcat versions without breaking the AJP protocol. [Mladen Turk] *) mod_proxy_balancer: Set the new environment variable BALANCER_ROUTE_CHANGED if a worker with a route different from the one supplied by the client had been chosen or if the client supplied no routing information for - a balancer with sticky sessions. [Ruediger Pluem] + a balancer with sticky sessions. [Ruediger Pluem] *) mod_proxy_balancer: Add information about the route, the sticky session and the worker used during a request as environment variables. PR 39806. @@ -60,7 +58,7 @@ Changes with Apache 2.2.4 *) mod_disk_cache: Make sure that only positive integers are accepted for the CacheMaxFileSize and CacheMinFileSize parameters in the - config file. PR39380 [Niklas Edmundsson ] + config file. PR39380. [Niklas Edmundsson ] *) mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an authority component and an empty path, the empty path is to be equivalent @@ -79,24 +77,24 @@ Changes with Apache 2.2.4 *) core: Deal with the widespread use of apr_status_t return values as HTTP status codes, as documented in PR#31759 (a bug shared by the default handler, mod_cgi, mod_cgid, mod_proxy, and probably - others). [Jeff Trawick, Ruediger Pluem, Joe Orton] + others). PR31759. [Jeff Trawick, Ruediger Pluem, Joe Orton] *) mod_ext_filter: Handle filter names which include capital letters. PR 40323. [Jeff Trawick] *) mod_isapi: Avoid double trailing slashes in HSE_REQ_MAP_URL_TO_PATH - support. Also corrects the slashes for Windows. PR 15993. [William Rowe] + 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 ] + 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] + 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] + PR 16637 30033 28089. [Matt Lewandowsky , William Rowe] *) mod_echo: Fix precedence problem in if statement. PR 40658. [Larry Cipriani ] @@ -106,25 +104,25 @@ Changes with Apache 2.2.4 *) The full server version information is now included in the error log at startup as well as server status reports, irrespective of the setting - of the ServerTokens directive. ap_get_server_version() is now - deprecated, and is replaced by ap_get_server_banner() and - ap_get_server_description(). [Jeff Trawick] + of the ServerTokens directive. ap_get_server_version() is now deprecated, + and is replaced by ap_get_server_banner() and ap_get_server_description(). + [Jeff Trawick] *) mod_proxy_balancer: Workers can now be defined as part of a balancer cluster "set" in which members of a lower-numbered set - are preferred over higher numbered ones. [Jim Jagielski] + are preferred over higher numbered ones. [Jim Jagielski] *) mod_proxy_balancer: Workers can now be defined as "hot standby" which will only be used if all other workers are unusable (eg: in error or disabled). Also, the balancer-manager displays the election - count and I/O counts of all workers. [Jim Jagielski] + count and I/O counts of all workers. [Jim Jagielski] *) mod_proxy_ajp: Close connection to backend if reading of request body - fails. PR 40310. [Ian Abel ] + fails. PR 40310. [Ian Abel ] *) mod_proxy_balancer: Retry worker chosen by route / redirect worker if it is in error state before sending "Service Temporarily Unavailable". - PR 38962. [Christian Boitel ] + PR 38962. [Christian Boitel ] Changes with Apache 2.2.3