Commit eb8fc0b2 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

vote+promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1710418 13f79535-47bb-0310-9956-ffa450edef68
parent 86e95691
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -110,6 +110,21 @@ RELEASE SHOWSTOPPERS:

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:
@@ -166,21 +181,6 @@ 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