Author: markt
Date: Mon Nov 28 12:16:06 2016
New Revision: 1771723
URL: http://svn.apache.org/viewvc?rev=1771723&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60412
Add information on the comment sytax for the RewriteValve configuration.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/rewrite.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1771723&r1=1771722&r2=1771723&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Nov 28 12:16:06 2016
@@ -143,6 +143,10 @@
redirect response to the user agent. Patch provided by Michael Osipov.
(markt)
</fix>
+ <fix>
+ <bug>60412</bug>: Add information on the comment sytax for the
+ <code>RewriteValve</code> configuration. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
Modified: tomcat/trunk/webapps/docs/rewrite.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/rewrite.xml?rev=1771723&r1=1771722&r2=1771723&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/rewrite.xml (original)
+++ tomcat/trunk/webapps/docs/rewrite.xml Mon Nov 28 12:16:06 2016
@@ -57,9 +57,10 @@
<section name="Directives">
- <p>The rewrite.config file contains a list of directives which closely
resemble
- the directives used by mod_rewrite, in particular the central RewriteRule and
- RewriteCond directives.</p>
+ <p>The rewrite.config file contains a list of directives which closely
+ resemble the directives used by mod_rewrite, in particular the central
+ RewriteRule and RewriteCond directives. Lines that start with a
+ <code>#</code> character are treated as comments and will be ignored.</p>
<p>Note: This section is a modified version of the mod_rewrite documentation,
which is Copyright 1995-2006 The Apache Software Foundation, and licensed
under the
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]