]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
PR60009: RewriteRule local prefix checking update
authorEric Covener <covener@apache.org>
Thu, 29 Dec 2016 18:39:24 +0000 (18:39 +0000)
committerEric Covener <covener@apache.org>
Thu, 29 Dec 2016 18:39:24 +0000 (18:39 +0000)
commit1b461200ccbad9368846c140013ee3370df14749
tree3c10cae1596245b59cd7e69be7091dc5a4f81413
parentb3531c422d1e7a5dfbd149d6fddc43ba4e51ccef
PR60009: RewriteRule local prefix checking update

  *) 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.

Submitted By: Hank Ibell <hwibell gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776463 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_rewrite.xml
modules/mappers/mod_rewrite.c