Commit b3ad7e88 authored by Eric Covener's avatar Eric Covener
Browse files

propose mod_rewrite PR fix



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1793410 13f79535-47bb-0310-9956-ffa450edef68
parent 70c9f29e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -213,6 +213,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works
     +1: jailletc36

  *) mod_rewrite: When a substitution is a fully qualified URL, and the 
     scheme/host/port matches the current virtual host, stop interpreting the 
     path component as a local path just because the first component of the 
     path exists in the filesystem.  Adds RewriteOption "LegacyPrefixDocRoot" 
     to revert to previous behavior. PR60009.

     trunk patch: http://svn.apache.org/r1776463
     2.4.x patch:  svn merge -c 1776463 1776708 ^/httpd/httpd/trunk .
     +1: covener

PATCHES/ISSUES THAT ARE BEING WORKED
  [ New entried should be added at the START of the list ]