*) mod_proxy: If a request has a blank body and has a 0 Content-Length
headers, pass that to the proxy. [Justin Erenkrantz]
- *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
- is enabled. Previously, such urls would still be rejected with
- 404. [Jeff Trawick, Bill Stoddard]
-
*) mod_rewrite: Fix query string handling for proxied URLs. PR 14518.
[michael teitler <michael.teitler cetelem.fr>,
Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
Changes with Apache 2.0.52
+ *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
+ is enabled. Previously, such urls would still be rejected.
+ [Jeff Trawick, Bill Stoddard]
+
*) mod_mem_cache: Fixed race condition causing segfault because of memory being
freed twice, or reused after being freed.
[J. Clar, W. Stoddard, G. Ames]