PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel
+ directive.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=463291
+ 2.2.x version of patch:
+ http://people.apache.org/~jim/patches/dumpio-patch.txt
+ +1: jim, wrowe, trawick (remember to tweak the "2.3.x" string in
+ mod_dumpio.xml)
+ wrowe asks: isn't it time to make LogLevel directive parsing
+ reusable in the ap_config api?
+
+ * rotatelogs: Produce useful error messages for open() failures.
+ PR 39487
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=478135
+ http://svn.apache.org/viewvc?view=rev&revision=485828
+ 2.2.x version of patch:
+ Trunk version works.
+ +1: trawick, jim, wrowe
+
+ * mod_proxy_balancer: Have the find_best_worker() function
+ increment the elected counter, rather than requiring each
+ ind lb method to do it, isolating what each lb method
+ needs to do.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=484783
+ 2.2.x version of patch:
+ Trunk version works.
+ +1: jim, rpluem, trawick
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+1: minfrin, jim, wrowe
wrowe asks; should ptr mobj->m be nulled out for safety's sake?
- * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel
- directive.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=463291
- 2.2.x version of patch:
- http://people.apache.org/~jim/patches/dumpio-patch.txt
- +1: jim, wrowe
- wrowe asks: isn't it time to make LogLevel directive parsing
- reusable in the ap_config api?
-
* mod_authn_dbd: Export any additional columns queried in the SQL select
into the environment with the name AUTHENTICATE_<COLUMN>. This brings
mod_authn_dbd behaviour in line with mod_authnz_ldap.
same syntax to benefit from one generic implementation
(in httpd, not apr, since it's config syntax specific).
- * rotatelogs: Produce useful error messages for open() failures.
- PR 39487
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=478135
- http://svn.apache.org/viewvc?view=rev&revision=485828
- 2.2.x version of patch:
- Trunk version works.
- +1: trawick, jim, wrowe
-
- * mod_proxy_balancer: Have the find_best_worker() function
- increment the elected counter, rather than requiring each
- ind lb method to do it, isolating what each lb method
- needs to do.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=484783
- 2.2.x version of patch:
- Trunk version works.
- +1: jim, rpluem
-
* mod_proxy_balancer: Remove unnecessary lock/unlock for
the post_request hook. We are actually doing nothing here.
But keep the code (but macroed out) for future usage.
* mod_filter: PR#39420, make matching on resp=Content-Type case-insensitive.
http://svn.apache.org/viewvc?view=rev&revision=486455
- +1: niq
+ +1: niq, trawick