2.2.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-304-fix-2.patch
+1: minfrin, jim, covener
+ * core: honor "AcceptPathInfo OFF" for internal redirects, such as those
+ generated by mod_rewrite in per-dir context. This would be left floating
+ around in the request_rec with a pcalloc'ed value, so the core fixup
+ hook thought some module had overridden it. PR 50349.
+ Trunk patch: http://svn.apache.org/viewvc?rev=1043023&view=rev
+ 2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-accept_pathinfo_redir.diff
+ +1 covener, rpluem, jorton
+
+ * mod_dav: If a malformed Content-Range header is received for a PUT request,
+ we must not use the supplied content per RFC 2616 14.16. Send 400 response
+ instead of ignoring the Content-Range.
+ PR: 49825
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?rev=1026743&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem, jorton, covener
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-userdir_merge.diff
+1 covener, rpluem
- * core: honor "AcceptPathInfo OFF" for internal redirects, such as those
- generated by mod_rewrite in per-dir context. This would be left floating
- around in the request_rec with a pcalloc'ed value, so the core fixup
- hook thought some module had overridden it. PR 50349.
- Trunk patch: http://svn.apache.org/viewvc?rev=1043023&view=rev
- 2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-accept_pathinfo_redir.diff
- +1 covener, rpluem, jorton
-
* mod_proxy_http: Become aware of ssl handshake failures when attempting
to pass request. Makes it so workers are put in error state when a
handshake failure is encountered.
Trunk version of patch works
+1: rpluem, covener
- * mod_dav: If a malformed Content-Range header is received for a PUT request,
- we must not use the supplied content per RFC 2616 14.16. Send 400 response
- instead of ignoring the Content-Range.
- PR: 49825
- Trunk version of patch:
- http://svn.apache.org/viewvc?rev=1026743&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: rpluem, jorton, covener
PATCHES/ISSUES THAT ARE STALLED