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

Gavin King gavin.king at jboss.com
Fri Jun 22 16:16:38 EDT 2007


  User: gavin   
  Date: 07/06/22 16:16:38

  Modified:    src/main/org/jboss/seam   security-1.3.xsd theme-1.3.xsd
  Log:
  max age
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- security-1.3.xsd	25 May 2007 02:18:30 -0000	1.2
  +++ security-1.3.xsd	22 Jun 2007 20:16:38 -0000	1.3
  @@ -16,6 +16,7 @@
           <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:attribute name="cookie-max-age">
       </xs:attributeGroup>
       
   </xs:schema>
  
  
  
  1.2       +1 -0      jboss-seam/src/main/org/jboss/seam/theme-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: theme-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/theme-1.3.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- theme-1.3.xsd	22 May 2007 02:17:58 -0000	1.1
  +++ theme-1.3.xsd	22 Jun 2007 20:16:38 -0000	1.2
  @@ -17,6 +17,7 @@
       <xs:attributeGroup name="attlist.themeSelector">
           <xs:attribute name="theme" type="xs:string"/>
           <xs:attribute name="available-themes" type="xs:string"/>
  +        <xs:attribute name="cookie-max-age">
           <xs:attribute name="cookie-enabled">
               <xs:simpleType>
                   <xs:restriction base="xs:token">
  
  
  



More information about the jboss-cvs-commits mailing list