markt 2004/03/06 02:58:39 Modified: webapps/docs/config valve.xml Log: Fix bug 16507. Update valve docs to provide pointer to the Jakarta Regexp docs. - Reported by Paul Ramirez. - Ported from TC4. Revision Changes Path 1.7 +12 -0 jakarta-tomcat-catalina/webapps/docs/config/valve.xml Index: valve.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/valve.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- valve.xml 16 Dec 2003 07:22:14 -0000 1.6 +++ valve.xml 6 Mar 2004 10:58:39 -0000 1.7 @@ -195,6 +195,12 @@ <a href="context.html">Context</a>), and must accept any request presented to this container for processing before it will be passed on.</p> + <p>The syntax for <em>regular expressions</em> is different than that for + 'standard' wildcard matching. Tomcat uses the + <a href="http://jakarta.apache.org/regexp/">Jakarta Regexp</a> library. + Please consult the Regexp documentation for details of the expressions + supported.</p> + </subsection> <subsection name="Attributes"> @@ -245,6 +251,12 @@ (<a href="engine.html">Engine</a>, <a href="host.html">Host</a>, or <a href="context.html">Context</a>), and must accept any request presented to this container for processing before it will be passed on.</p> + + <p>The syntax for <em>regular expressions</em> is different than that for + 'standard' wildcard matching. Tomcat uses the + <a href="http://jakarta.apache.org/regexp/">Jakarta Regexp</a> library. + Please consult the Regexp documentation for details of the expressions + supported.</p> </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]