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 <petterb gmail.com>]
-
*) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
rather than throwing an internal server error. [Daniel Gruno]
*) 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 <sqs cs stanford edu>,
Christophe Renou, Peter Sylvester]
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]