You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/02/15 02:41:33 UTC

svn commit: r1070729 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Tue Feb 15 01:41:32 2011
New Revision: 1070729

URL: http://svn.apache.org/viewvc?rev=1070729&view=rev
Log:
vote & promote AllowEncodedSlashes


Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1070729&r1=1070728&r2=1070729&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Feb 15 01:41:32 2011
@@ -90,17 +90,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
   * core: Add NoDecode option to AllowEncodedSlashes to turn off decoding
     of encoded slashes in path info.  (This is already the behavior of
     AllowEncodedSlashes On in trunk.)
       Trunk version of patch: n/a
       Backport version for 2.2.x of patch:
          http://people.apache.org/~poirier/AllowEncodedSlashes.22.patch
-      +1 poirier, jim
+      +1 poirier, jim, covener
       +.1 wrowe; this essentially causes "%2F" -> "%2F" -> "%252F" to any backend,
                  as mentioned previously trunk is broken and decoding to 'something'
                  is necessary for routing such.  %2F cannot be distinguished from
@@ -109,6 +105,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  Non-optional broken features are worse :)
                  Trunk must be patched identically.
 
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
   * configure: add basic support to build with MinGW/MSYS (backport of r422182)
      Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=422182
      2.2.x patch: http://people.apache.org/~fuankg/diffs/r422182-2.2.x.diff