You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2015/03/11 09:11:24 UTC

svn commit: r1665779 - /tomcat/trunk/webapps/docs/config/valve.xml

Author: violetagg
Date: Wed Mar 11 08:11:24 2015
New Revision: 1665779

URL: http://svn.apache.org/r1665779
Log:
%s/comma/semicolon. Issue reported via comments at apache org.

Modified:
    tomcat/trunk/webapps/docs/config/valve.xml

Modified: tomcat/trunk/webapps/docs/config/valve.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/valve.xml?rev=1665779&r1=1665778&r2=1665779&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/valve.xml (original)
+++ tomcat/trunk/webapps/docs/config/valve.xml Wed Mar 11 08:11:24 2015
@@ -484,7 +484,7 @@
     expressions supported.</p>
 
     <p>Optionally one can append the server connector port separated with a
-    comma (";") to allow different expressions for each connector.</p>
+    semicolon (";") to allow different expressions for each connector.</p>
 
     <p>The behavior when a request is refused can be changed
     to not deny but instead set an invalid <code>authentication</code>
@@ -613,7 +613,7 @@
     expressions supported.</p>
 
     <p>Optionally one can append the server connector port separated with a
-    comma (";") to allow different expressions for each connector.</p>
+    semicolon (";") to allow different expressions for each connector.</p>
 
     <p>The behavior when a request is refused can be changed
     to not deny but instead set an invalid <code>authentication</code>
@@ -666,7 +666,7 @@
 
       <attribute name="addConnectorPort" required="false">
         <p>Append the server connector port to the client hostname separated
-        with a comma (";"). If this is set to <code>true</code>, the
+        with a semicolon (";"). If this is set to <code>true</code>, the
         expressions configured with <code>allow</code> and
         <code>deny</code> is compared against <code>HOSTNAME;PORT</code>
         where <code>HOSTNAME</code> is the client hostname and



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org