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/04/05 20:46:58 UTC

svn commit: r1585159 - /httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Author: covener
Date: Sat Apr  5 18:46:57 2014
New Revision: 1585159

URL: http://svn.apache.org/r1585159
Log:
trailing space doesn't work in a rewrite flag value

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=1585159&r1=1585158&r2=1585159&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Sat Apr  5 18:46:57 2014
@@ -69,7 +69,9 @@ of how you might use them.</p>
 module="mod_rewrite">RewriteRule</directive> to escape non-alphanumeric
 characters before applying the transformation.</p>
 <p>In 2.4.10 and later, you can limit the escaping to specific characters 
-in backreferences by listing them: <code>[B=#?;]</code> </p>
+in backreferences by listing them: <code>[B=#?;]</code>. Note: The space 
+character can be used in the list of characters to escape, but it cannot be 
+the last character in the list.</p>
 
 <p><code>mod_rewrite</code> has to unescape URLs before mapping them,
 so backreferences are unescaped at the time they are applied.