Author: pero
Date: Thu Jun  7 01:34:40 2007
New Revision: 545101

URL: http://svn.apache.org/viewvc?view=rev&rev=545101
Log:
correct small typos.
fix that RequestValveFilter used standard java regex.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/config/host.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/config/host.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/host.xml?view=diff&rev=545101&r1=545100&r2=545101
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/host.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/host.xml Thu Jun  7 01:34:40 
2007
@@ -390,9 +390,8 @@
     <a href="context.html">Context</a> element.  The remote address or name
     will be checked against a configured list of "accept" and/or "deny"
     filters, which are defined using the Regular Expression syntax supported
-    by the <a href="http://jakarta.apache.org/regexp/";>Jakarta Regexp</a>
-    regular expression library.  Requests that come from locations that are
-    not accepted will be rejected with an HTTP "Forbidden" error.
+    by the standard Java <code>java.util.regex</code> regular expression 
library.  Requests 
+    that come from locations that are not accepted will be rejected with an 
HTTP "Forbidden" error.
     Example filter declarations:</p>
 
 <source>
@@ -424,8 +423,7 @@
 <source>
 &lt;Host name="localhost" ...&gt;
   ...
-  &lt;Valve className="org.apache.catalina.authenticator.SingleSignOn"
-         debug="0"/&gt;
+  &lt;Valve className="org.apache.catalina.authenticator.SingleSignOn" /&gt;
   ...
 &lt;/Host&gt;
 </source>
@@ -494,7 +492,7 @@
   ...
   &lt;Listener className="org.apache.catalina.startup.UserConfig"
             directoryName="public_html"
-            homeBase=c:\Homes"
+            homeBase="c:\Homes"
             userClass="org.apache.catalina.startup.HomesUserDatabase"/&gt;
   ...
 &lt;/Host&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to