]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote & promote AllowEncodedSlashes
authorEric Covener <covener@apache.org>
Tue, 15 Feb 2011 01:41:32 +0000 (01:41 +0000)
committerEric Covener <covener@apache.org>
Tue, 15 Feb 2011 01:41:32 +0000 (01:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1070729 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5f85fec62bd37bd5614fcb182d08ee2a5af13fd8..a06be5e2cda6a6cf8112a3af7786704619988d99 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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