* mod_cache: Ensure that we don't attempt to replace a cached response
with an older response as per RFC2616 13.12.
trunk patch: http://svn.apache.org/r1479966
- http://people.apache.org/~minfrin/httpd-mod_cache-olderdate2.4.patch
+ 2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-olderdate2.4.patch
+1: minfrin
* mod_cache: If a 304 response indicates an entity not currently cached, then
the cache MUST disregard the response and repeat the request without the
conditional.
trunk patch: http://svn.apache.org/r1481197
- http://people.apache.org/~minfrin/httpd-mod_cache-uncacheable304-2.4.patch
+ 2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-uncacheable304-2.4.patch
+ +1: minfrin
+
+ * mod_proxy: Reject invalid values for Max-Forwards.
+ trunk patch: http://svn.apache.org/r1481302
+ 2.4.x patch: trunk patch works (minus CHANGES)
+1: minfrin