PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
-
+ * mod_proxy_wstunnel: Handle POLLERR/POLLHUP to avoid busy loop
+ trunk patch: http://svn.apache.org/r1569615
+ 2.4.x patch: trunk works
+ +1 covener, jim, humbedooh
+
+ * FreeBSD: Disable IPv4-mapped listening sockets by default for versions
+ 5+ instead of just for FreeBSD 5. PR 53824.
+ trunk patch: http://svn.apache.org/r1551685
+ 2.4.x patch: trunk patch works after resolving CHANGES conflicts
+ +1: trawick, jim, humbedooh
+
+ * core: Detect incomplete body in HTTP input filter and return
+ APR_INCOMPLETE. PR 55475.
+ trunk patch: http://svn.apache.org/r1538776
+ 2.4.x patch: https://people.apache.org/~ylavic/2.4.x-http_filter_incomplete.patch
+ +1: ylavic, jim, humbedooh
+
+ * prefork: PR: 54852. Only use a dummy_connection for idle processes
+ trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379
+ 2.4.x patch: trunk patch works mod CHANGES
+ +1: jim, covener, humbedooh
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
has been loaded but not used, as any attempt to use mod_auth_form
without mod_request and mod_session present would cause the very
same failure. Would a warning in the release notes be good enough?
-
- * prefork: PR: 54852. Only use a dummy_connection for idle processes
- trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379
- 2.4.x patch: trunk patch works mod CHANGES
- +1: jim, covener
-
- * FreeBSD: Disable IPv4-mapped listening sockets by default for versions
- 5+ instead of just for FreeBSD 5. PR 53824.
- trunk patch: http://svn.apache.org/r1551685
- 2.4.x patch: trunk patch works after resolving CHANGES conflicts
- +1: trawick, jim
* mod_dir: provide a directive to skip mod_dir processing if any other
handler has been configured, as in 2.2.
2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-certkeyfile-v3.diff
+1: kbrand
- * core: Detect incomplete body in HTTP input filter and return
- APR_INCOMPLETE. PR 55475.
- trunk patch: http://svn.apache.org/r1538776
- 2.4.x patch: https://people.apache.org/~ylavic/2.4.x-http_filter_incomplete.patch
- +1: ylavic, jim
-
- * mod_proxy_wstunnel: Handle POLLERR/POLLHUP to avoid busy loop
- trunk patch: http://svn.apache.org/r1569615
- 2.4.x patch: trunk works
- +1 covener, jim
* mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore,
and IgnoreInherit to allow RewriteRules to be pushed from parent scopes
PR56153.
trunk patch: http://svn.apache.org/r1570288
2.4.x patch: trunk works
- +1 covener
+ +1 covener, humbedooh
OTHER PROPOSALS