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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 16 08:06:20 EST 2007


  User: sbryzak2
  Date: 07/01/16 08:06:20

  Modified:    doc/reference/en/modules  security.xml
  Log:
  fixed doc error
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- security.xml	9 Jan 2007 03:55:12 -0000	1.4
  +++ security.xml	16 Jan 2007 13:06:20 -0000	1.5
  @@ -374,7 +374,7 @@
     <security-constraint>
       <web-resource-collection>
         <web-resource-name>Secure Page</web-resource-name>
  -      <url-pattern>/secure/*.seam</url-pattern>
  +      <url-pattern>/secure/*</url-pattern>
       </web-resource-collection>
       
       <auth-constraint>
  
  
  



More information about the jboss-cvs-commits mailing list