PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * mod_ssl: Extend expression parser registration to support ssl variables
+ in any expression using mod_rewrite syntax "%{SSL:VARNAME}" or function
+ syntax "ssl(VARIABLE)".
+ trunk patch: http://svn.apache.org/r1707002
+ 2.4.x patch: trunk works (modulo CHANGES)
+ +1: rjung, ylavic, sf (plus doc fix pointed out by minfrin)
+ minfrin: Tiny nit: http://svn.apache.org/r1709596
+
+ * httpd.conf.in: Remove commented config regarding DNT because the spec
+ now has CR status (confirming our interpretation) and MS has committed
+ to changing their implementation. PR 53845
+ trunk patch: http://svn.apache.org/r1707831
+ 2.4.x patch: http://people.apache.org/~minfrin/httpd-dnt-2.4.patch
+ +1: fielding, covener, sf
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v3.patch
+1: ylavic
- * mod_ssl: Extend expression parser registration to support ssl variables
- in any expression using mod_rewrite syntax "%{SSL:VARNAME}" or function
- syntax "ssl(VARIABLE)".
- trunk patch: http://svn.apache.org/r1707002
- 2.4.x patch: trunk works (modulo CHANGES)
- +1: rjung, ylavic
- minfrin: Tiny nit: http://svn.apache.org/r1709596
-
- * httpd.conf.in: Remove commented config regarding DNT because the spec
- now has CR status (confirming our interpretation) and MS has committed
- to changing their implementation. PR 53845
- trunk patch: http://svn.apache.org/r1707831
- 2.4.x patch: http://people.apache.org/~minfrin/httpd-dnt-2.4.patch
- +1: fielding, covener
-
* core: make the 2.4.17 behavior of fully qualifying REDIRECT_URL
opt-in. Original PR PR57785
trunk patch: http://svn.apache.org/r1710380