]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1063587 from trunk:
authorEric Covener <covener@apache.org>
Wed, 26 Jan 2011 03:21:14 +0000 (03:21 +0000)
committerEric Covener <covener@apache.org>
Wed, 26 Jan 2011 03:21:14 +0000 (03:21 +0000)
the comparison string has been decoded for rewriterule comparison.  PR50653

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1063588 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index e11c64140e66e8254a721d5effd5f946f09c8cc1..727377d4027c97285a10acd1129ced6e3fefcc59 100644 (file)
@@ -1126,7 +1126,7 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
 
       <p><a id="patterns" name="patterns"><em>Pattern</em></a> is
       a perl compatible <a id="regexp" name="regexp">regular
-      expression</a>. On the first RewriteRule it is applied to the (%-encoded)
+      expression</a>. On the first RewriteRule it is applied to the (%-decoded)
       <a href="./directive-dict.html#Syntax">URL-path</a> of the request;
       subsequent patterns are applied to the output of the last matched
       RewriteRule.</p>