Commit 5b16e795 authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1063587 from trunk:

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
parent 60360c00
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/mod_rewrite.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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>