Commit 755762ba authored by Daniel Earl Poirier's avatar Daniel Earl Poirier
Browse files

Propose NoDecode option for AllowEncodedSlashes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068032 13f79535-47bb-0310-9956-ffa450edef68
parent e7b5bc46
Loading
Loading
Loading
Loading
+8 −0
Changes for STATUS: 8 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -241,6 +241,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Trunk version of patch works
    +1: rpluem, covener

  * 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, 


PATCHES/ISSUES THAT ARE STALLED