[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Fri May 4 08:04:18 EDT 2007


  User: pmuir   
  Date: 07/05/04 08:04:18

  Modified:    doc/reference/en/modules  configuration.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.46      +8 -1      jboss-seam/doc/reference/en/modules/configuration.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/configuration.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -b -r1.45 -r1.46
  --- configuration.xml	4 May 2007 11:31:35 -0000	1.45
  +++ configuration.xml	4 May 2007 12:04:18 -0000	1.46
  @@ -287,7 +287,8 @@
   
                   <programlisting><![CDATA[<web:ajax4jsf-filter force-parser="true" 
           enable-cache="true" 
  -        log4j-init-file="custom-log4j.xml"/>]]></programlisting>
  +        log4j-init-file="custom-log4j.xml"
  +        url-pattern="*.seam"/>]]></programlisting>
   
   -	
                   <itemizedlist>
  @@ -313,6 +314,12 @@
                               relative to web application context, to the log4j.xml configuration file should be provided.
                           </para>
                       </listitem>
  +                    <listitem>
  +                        <para>
  +                            <literal>url-pattern</literal> &mdash; Used to specify which requests
  +                            are filtered, the default is all requests.
  +                        </para>
  +                    </listitem>
                   </itemizedlist>
                  
               </sect3>
  
  
  



More information about the jboss-cvs-commits mailing list