[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Shane Bryzak sbryzak at redhat.com
Thu May 24 22:18:30 EDT 2007


  User: sbryzak2
  Date: 07/05/24 22:18:30

  Modified:    src/main/org/jboss/seam  security-1.3.xsd
  Log:
  authenticate-per-request entry points
  
  Revision  Changes    Path
  1.2       +1 -0      jboss-seam/src/main/org/jboss/seam/security-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security-1.3.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- security-1.3.xsd	22 May 2007 02:17:58 -0000	1.1
  +++ security-1.3.xsd	25 May 2007 02:18:30 -0000	1.2
  @@ -13,6 +13,7 @@
       <xs:attributeGroup name="attlist.identity">
           <xs:attribute name="authenticate-method" />
           <xs:attribute name="remember-me" type="xs:boolean"/>
  +        <xs:attribute name="authenticate-every-request" type="xs:boolean"/>
           <xs:attribute name="jaas-config-name" type="xs:string"/>
           <xs:attribute name="security-rules" type="xs:string"/>
       </xs:attributeGroup>
  
  
  



More information about the jboss-cvs-commits mailing list