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

Shane Bryzak sbryzak at redhat.com
Wed May 23 04:24:49 EDT 2007


  User: sbryzak2
  Date: 07/05/23 04:24:49

  Modified:    src/main/org/jboss/seam  web-1.3.xsd
  Log:
  more digest stuff
  
  Revision  Changes    Path
  1.2       +11 -0     jboss-seam/src/main/org/jboss/seam/web-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web-1.3.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web-1.3.xsd	22 May 2007 02:17:58 -0000	1.1
  +++ web-1.3.xsd	23 May 2007 08:24:49 -0000	1.2
  @@ -42,6 +42,17 @@
           </xs:complexType>
       </xs:element> 
       
  +    <xs:element name="http-auth-filter">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="web:attlist.filter"/>
  +            <xs:attribute name="realm" type="xs:string"/>
  +            <xs:attribute name="key" type="xs:string"/>
  +            <xs:attribute name="nonce-validity-seconds" type="xs:int"/>
  +            <xs:attribute name="auth-type" type="xs:string"/>
  +        </xs:complexType>
  +    </xs:element>
  +    
       <xs:attributeGroup name="attlist.filter">
           <xs:attribute name="url-pattern" type="xs:string"/>
       </xs:attributeGroup>
  
  
  



More information about the jboss-cvs-commits mailing list