From: Rainer Jung Date: Fri, 17 Aug 2012 15:00:20 +0000 (+0000) Subject: Another three done. X-Git-Tag: 2.5.0-alpha~6416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cefab1332f259d1890d33d307ab7bd8e03b23116;p=apache Another three done. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374301 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e553c5ae9d..4264970d69 100644 --- a/CHANGES +++ b/CHANGES @@ -15,11 +15,6 @@ Changes with Apache 2.5.0 mod_cache serves stale content because of a proxy error. PR 53539. [Rainer Jung, Ruediger Pluem] - *) core: Be less strict when checking whether Content-Type is set to - "application/x-www-form-urlencoded" when parsing POST data, - or we risk losing data with an appended charset. PR 53698 - [Petter Berntsen ] - *) mod_lua: Decline handling 'lua-script' if the file doesn't exist, rather than throwing an internal server error. [Daniel Gruno] @@ -50,9 +45,6 @@ Changes with Apache 2.5.0 *) mod_ssl: Add RFC 5878 support. [Ben Laurie] - *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an - authorization provider in lua. [Stefan Fritsch] - *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange for TLS, RFC 5054). PR 51075. [Quinn Slack , Christophe Renou, Peter Sylvester] @@ -85,10 +77,6 @@ Changes with Apache 2.5.0 initializes the allocated memory with non-zero values, except if AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch] - *) mod_authnz_ldap: Don't try a potentially expensive nested groups - search before exhausting all AuthLDAPGroupAttribute checks on the - current group. PR52464 [Eric Covener] - *) mod_policy: Add a new testing module to help server administrators enforce a configurable level of protocol compliance on their servers and application servers behind theirs. [Graham Leggett]