You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/12/06 17:36:52 UTC

[BACKUP] svn commit: r1643036 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml /httpd/httpd/branches/2.4.x

Author: covener
Date: 2014-12-03 01:31:37 +0000 (Wed, 03 Dec 2014)
New Revision: r1643036

URL: http://svn.apache.org/r1643036
Log:

Merge r1643034 from trunk:

elaborate on per-directory limitations




Modified:
    /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
    /httpd/httpd/branches/2.4.x

Index: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
===================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml	(revision 1643035)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml	(revision 1643036)
@@ -1050,8 +1050,10 @@
 
 <li>Although rewrite rules are syntactically permitted in <directive
 type="section" module="core">Location</directive> and <directive
-type="section" module="core">Files</directive> sections, this
-should never be necessary and is unsupported.</li>
+type="section" module="core">Files</directive> sections
+(including their regular expression counterparts), this
+should never be necessary and is unsupported. A likely feature
+to break in these contexts is relative substitutions.</li>
 </ul>
 </note>
 
Index: httpd/httpd/branches/2.4.x
===================================================================
--- httpd/httpd/branches/2.4.x	(revision 1643035)
+++ httpd/httpd/branches/2.4.x	(revision 1643036)

Property changes on: httpd/httpd/branches/2.4.x
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /httpd/httpd/trunk:r1643034