From: Eric Covener Date: Tue, 15 Feb 2011 01:41:32 +0000 (+0000) Subject: vote & promote AllowEncodedSlashes X-Git-Tag: 2.2.18~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4903f04984fd3efebaa6d31718fcde394c130220;p=thirdparty%2Fapache%2Fhttpd.git vote & promote AllowEncodedSlashes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1070729 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5f85fec62bd..a06be5e2cda 100644 --- 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