PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * mod_proxy: Allow to use different values for sessionid
+ in url encoded id and cookies. (PR 41897)
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&rev=550519
+ http://svn.apache.org/viewvc?view=rev&rev=551099
+ http://svn.apache.org/viewvc?view=rev&rev=551126
+ http://svn.apache.org/viewvc?view=rev&rev=551935
+ http://svn.apache.org/viewvc?view=rev&rev=554892
+ 2.2.x version of patch:
+ http://issues.apache.org/bugzilla/attachment.cgi?id=20480
+ +1: jfclere, mturk, rpluem
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-
+
* mod_proxy: Fix the 503 returned when session route does
not match any of the balancer members.
Trunk version of patch:
http://svn.apache.org/viewvc?view=rev&revision=556931
- +1: mturk
-
+ +1: mturk, rpluem
+
* ApacheMonitor: Fix Windows Vista detection.
http://svn.apache.org/viewvc?view=rev&revision=536052
http://svn.apache.org/viewvc?view=rev&revision=556879
Trunk version of patch:
http://svn.apache.org/viewvc?view=rev&rev=549420
+1: jfclere, mturk
+ -0.5: rpluem says: As said in
+ http://mail-archives.apache.org/mod_mbox/httpd-dev/200706.mbox/%3c46828E5A.50606@apache.org%3e
+ I would prefer creating the brigade used in ap_proxygetline outside of
+ the loop and pass it to ap_proxygetline for each call. Only do an
+ apr_brigade_cleanup inside of ap_proxygetline then. Furthermore the
+ check for a buffer overflow a few lines later is not correct any more
+ (now an error (APR_ENOSPC) is returned instead).
* netware build system: various changes
fixes to generated conf files
http://svn.apache.org/viewvc?view=rev&revision=551424
+1: fuankg
- * mod_proxy: Allow to use different values for sessionid
- in url encoded id and cookies. (PR 41897)
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&rev=550519
- http://svn.apache.org/viewvc?view=rev&rev=551099
- http://svn.apache.org/viewvc?view=rev&rev=551126
- http://svn.apache.org/viewvc?view=rev&rev=551935
- http://svn.apache.org/viewvc?view=rev&rev=554892
- 2.2.x version of patch:
- http://issues.apache.org/bugzilla/attachment.cgi?id=20480
- +1: jfclere, mturk
-
* mod_ldap: Change an enumeration to an int where data
is passed back into the LDAP SDK by reference
Trunk version of patch: