[seam-commits] Seam SVN: r8694 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Aug 15 04:40:05 EDT 2008
Author: christian.bauer at jboss.com
Date: 2008-08-15 04:40:05 -0400 (Fri, 15 Aug 2008)
New Revision: 8694
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Configuration.xml
Log:
Documented new filter pattern matching
Modified: trunk/doc/Seam_Reference_Guide/en-US/Configuration.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Configuration.xml 2008-08-15 08:33:28 UTC (rev 8693)
+++ trunk/doc/Seam_Reference_Guide/en-US/Configuration.xml 2008-08-15 08:40:05 UTC (rev 8694)
@@ -136,8 +136,7 @@
<para>
<literal>regex-url-pattern</literal> — Used to specify which requests are filtered, the
default is all requests. <literal>regex-url-pattern</literal> is a true regular expression
- match for request path. It's worth noting when composing the regular expression that the request path does not contain
- the server or request context path.
+ match for request path.
</para>
</listitem>
<listitem>
@@ -147,6 +146,12 @@
</listitem>
</itemizedlist>
+ <para>
+ Note that the patterns are matched against the URI path of the request (see
+ <literal>HttpServletRequest.getURIPath()</literal>) and that the name of the servlet context is
+ removed before matching.
+ </para>
+
<para> Adding the master filter enables the following built-in filters. </para>
<sect3>
More information about the seam-commits
mailing list