]> granicus.if.org Git - apache/commitdiff
propose mod_rewrite PR fix
authorEric Covener <covener@apache.org>
Mon, 1 May 2017 21:24:47 +0000 (21:24 +0000)
committerEric Covener <covener@apache.org>
Mon, 1 May 2017 21:24:47 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1793410 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ea1e97d5df29fb61aaf16f36a614e5369f8ad7fd..12d1a32ff48fad658ae00476b1d93b8ef66e0e96 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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 ]