PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * mod_proxy: Enable ProxySet inside <Proxy> section to create balancer or
+ worker if they were not already created. This allows to have ProxySet
+ directive before BalancerMember directives inside Proxy section.
+ Trunk version of patch:
+ http://svn.apache.org/viewcvs.cgi?rev=427920&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem, jim, niq
+
+ * mod_proxy: Allow optional name=value options within <Proxy section line.
+ Additional arguments are allowed only for 'standard' url's, meaning that
+ the wildchar urls will return error like before. This allow to specify
+ the worker/balancer parameters on the definition line, without the need
+ for extra ProxySet options.
+ Trunk version of patch:
+ http://svn.apache.org/viewcvs.cgi?rev=427928&view=rev
+ http://svn.apache.org/viewcvs.cgi?rev=428291&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem, jim, niq
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+1 for core, modules/dav, modules/filters, and modules/ssl
Not Applicable to modules/aaa
- * mod_proxy: Enable ProxySet inside <Proxy> section to create balancer or
- worker if they were not already created. This allows to have ProxySet
- directive before BalancerMember directives inside Proxy section.
- Trunk version of patch:
- http://svn.apache.org/viewcvs.cgi?rev=427920&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: rpluem, jim
-
- * mod_proxy: Allow optional name=value options within <Proxy section line.
- Additional arguments are allowed only for 'standard' url's, meaning that
- the wildchar urls will return error like before. This allow to specify
- the worker/balancer parameters on the definition line, without the need
- for extra ProxySet options.
- Trunk version of patch:
- http://svn.apache.org/viewcvs.cgi?rev=427928&view=rev
- http://svn.apache.org/viewcvs.cgi?rev=428291&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: rpluem, jim
-
* mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
to authorize an authenticated user via a "require ldap-group X" directive
where the user is not in group X, but is in a subgroup contained in X.
This change is not required for trunk because of the authz-provider model
2.2.x version of patch:
http://people.apache.org/~covener/2.2.x-authnz_ldap-decline.diff
- +1: covener
-
-
+ +1: covener, niq
+
+ * mod_proxy_connect: Fix potential proxy segfault
+ PR 40756
+ http://svn.apache.org/viewvc?view=rev&revision=571414
+ +1: niq
+
+ * mod_proxy_http: Don't wait for response body in a HEAD request
+ PR 41644
+ http://svn.apache.org/viewvc?view=rev&revision=571002
+ +1: niq
+
+ * mod_proxy: Add ProxyPass status option to ignore errors
+ PR 43167
+ http://svn.apache.org/viewvc?view=rev&revision=571338
+ +1: niq
+
+
PATCHES/ISSUES THAT ARE STALLED
* PKCS#7: backport PCKS#7 patches from trunk.