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

Shane Bryzak sbryzak at redhat.com
Tue Dec 4 23:14:14 EST 2007


  User: sbryzak2
  Date: 07/12/04 23:14:14

  Modified:    src/main/org/jboss/seam  security-2.0.xsd
  Log:
  added cookie-max-age to faces-security-events element
  
  Revision  Changes    Path
  1.3       +12 -0     jboss-seam/src/main/org/jboss/seam/security-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security-2.0.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- security-2.0.xsd	5 Dec 2007 04:08:00 -0000	1.2
  +++ security-2.0.xsd	5 Dec 2007 04:14:14 -0000	1.3
  @@ -10,6 +10,14 @@
               <xs:attributeGroup ref="security:attlist.identity"/>
           </xs:complexType>
       </xs:element>
  +    
  +    <xs:element name="faces-security-events">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="security:attlist.faces-security-events"/>
  +        </xs:complexType>    
  +    </xs:element>
  +    
       <xs:attributeGroup name="attlist.identity">
           <xs:attribute name="authenticate-method" />
           <xs:attribute name="remember-me" type="xs:boolean"/>
  @@ -18,4 +26,8 @@
           <xs:attribute name="security-rules" type="xs:string"/>
       </xs:attributeGroup>
       
  +    <xs:attributeGroup name="attlist.faces-security-events">
  +        <xs:attribute name="cookie-max-age"/>
  +    </xs:attributeGroup>    
  +    
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list