2.4.x patch: trunk patch works
+1: rjung, humbedooh, trawick (needs CHANGES entry)
+ * mod_auth_digest: respect DefaultRuntimeDir for its
+ unconfigurable shared memory file
+ trunk patch: http://svn.apache.org/viewvc?rev=1371387&view=rev
+ 2.4.x patch: trunk patch works
+ +1: trawick, rjung, jim
+
+ * ab fixes:
+ o When -B is specified, search for a host address in the same
+ family as the specified outbound interface.
+ o Fix read failure when targeting SSL server.
+ trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1364133
+ http://svn.apache.org/viewvc?view=revision&revision=1371791
+ 2.4.x patch: trunk patches work
+ +1: trawick, rjung, jim
+
+ * httpd.conf.in: remove DNT header field from MSIE 10.0 requests because
+ the browser is deliberately violating the standard under development.
+ trunk patch: http://svn.apache.org/viewvc?rev=1371878&view=rev
+ 2.4.x patch: trunk patch works
+ +1: fielding, gstein, jim
+ rjung: What about not needing mod_setenvif:
+ RequestHeader unset DNT "expr=%{HTTP_USER_AGENT} -strmatch '*MSIE 10.0;*'"
+ -- fielding: I prefer the separate syntax. I want the env variable
+ to be set for apps/logging, and it allows the same treatment
+ to be applied to other user agents that go bad.
+
+ * Correctly log the error returned by apr_dbd_pvselect().
+ trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1364229
+ 2.4.x patch: trunk patch works
+ +1: rjung, trawick, jim
+
+ * Various code clean up.
+ Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
+ PR: 52893
+ trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1361801
+ 2.4.x patch: trunk patch works, except for mod_policy (ignore)
+ +1: rjung, trawick, jim
+
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
humbedooh: It's in the 2.4 docs already, but commented out, as with a lot
of other functions that were never actually made. It's a mess ;)
- * mod_auth_digest: respect DefaultRuntimeDir for its
- unconfigurable shared memory file
- trunk patch: http://svn.apache.org/viewvc?rev=1371387&view=rev
- 2.4.x patch: trunk patch works
- +1: trawick, rjung, jim
-
- * ab fixes:
- o When -B is specified, search for a host address in the same
- family as the specified outbound interface.
- o Fix read failure when targeting SSL server.
- trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1364133
- http://svn.apache.org/viewvc?view=revision&revision=1371791
- 2.4.x patch: trunk patches work
- +1: trawick, rjung, jim
-
* PR 52476: SSL failures on Windows with AcceptFilter https none
trunk patch: http://svn.apache.org/viewvc?rev=1371801&view=rev
2.4.x patch: trunk patch works
mod_slotmem_plain r1370763
mod_ldap r1371684
- * httpd.conf.in: remove DNT header field from MSIE 10.0 requests because
- the browser is deliberately violating the standard under development.
- trunk patch: http://svn.apache.org/viewvc?rev=1371878&view=rev
- 2.4.x patch: trunk patch works
- +1: fielding, gstein, jim
- rjung: What about not needing mod_setenvif:
- RequestHeader unset DNT "expr=%{HTTP_USER_AGENT} -strmatch '*MSIE 10.0;*'"
- -- fielding: I prefer the separate syntax. I want the env variable
- to be set for apps/logging, and it allows the same treatment
- to be applied to other user agents that go bad.
-
- * Correctly log the error returned by apr_dbd_pvselect().
- trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1364229
- 2.4.x patch: trunk patch works
- +1: rjung, trawick, jim
-
* mpm_winnt: initialize the protocol field when manufacturing an apr socket
lest accidential autodata contents leak into the apr_socket_t.
(this doesn't address any known problem symptom)
2.4.x patch: trunk patch works
+1: rjung, trawick
- * Various code clean up.
- Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
- PR: 52893
- trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1361801
- 2.4.x patch: trunk patch works, except for mod_policy (ignore)
- +1: rjung, trawick, jim
-
* core: make ap_parse_form_data less strict when checking for a correct
Content-Type header when parsing POST, or we risk losing valid
data with an appended charset.