Author: violetagg
Date: Wed Mar 20 09:10:49 2013
New Revision: 1458694

URL: http://svn.apache.org/r1458694
Log:
Correct typo reported via mailing list

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

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1458694&r1=1458693&r2=1458694&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Wed Mar 20 09:10:49 2013
@@ -454,7 +454,7 @@
     </attribute>
 
     <attribute name="restrictedUserAgents" required="false">
-      <p>The value is a regular expression (using 
<code>java.util.regex</code>) matching
+      <p>The value is a regular expression (using <code>java.util.regex</code>)
       matching the <code>user-agent</code> header of HTTP clients for which
       HTTP/1.1 or HTTP/1.0 keep alive should not be used, even if the clients
       advertise support for these features.



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

Reply via email to