]> granicus.if.org Git - apache/commitdiff
As per PR 33892 - Added comment re escaping slashes.
authorTony Stevenson <pctony@apache.org>
Fri, 8 Feb 2008 02:06:04 +0000 (02:06 +0000)
committerTony Stevenson <pctony@apache.org>
Fri, 8 Feb 2008 02:06:04 +0000 (02:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619736 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml

index ab28bb21e4000cf27a415b7c6ee9c6cc047a6f23..d0904897d531026dba2c69d70776150c43f7b4f8 100644 (file)
       parsed expression tokenizer information, the parse tree and how it is
       evaluated into the output sent to the client.</p>
     </div>
+    <div class="note"><h3>Escaping slashes in regex strings</h3>
+     <p>All slashes which are not intended to act as delimiters in your regex must
+     be escaped.  This is regardless of their meaning to the regex engine.</p>
+    </div>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="SSIEnableAccess" id="SSIEnableAccess">SSIEnableAccess</a> <a name="ssienableaccess" id="ssienableaccess">Directive</a></h2>
index c526416e3cd3e3b1b014bf39cd65f70c4cd3e2f7..bdde70da3c3d8f07b2c6fa8047ae0e71f9f4a2e3 100644 (file)
       parsed expression tokenizer information, the parse tree and how it is
       evaluated into the output sent to the client.</p>
     </note>
+    <note><title>Escaping slashes in regex strings</title>
+     <p>All slashes which are not intended to act as delimiters in your regex must
+     be escaped.  This is regardless of their meaning to the regex engine.</p>
+    </note>
 </section>
 
 <directivesynopsis>