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

Norman Richards norman.richards at jboss.com
Fri Mar 2 20:55:29 EST 2007


  User: nrichards
  Date: 07/03/02 20:55:29

  Modified:    src/main/org/jboss/seam  web-1.2.xsd
  Log:
  JBSEAM-958: add character-encoding-filter
  
  Revision  Changes    Path
  1.2       +11 -0     jboss-seam/src/main/org/jboss/seam/web-1.2.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web-1.2.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web-1.2.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web-1.2.xsd	27 Feb 2007 06:51:00 -0000	1.1
  +++ web-1.2.xsd	3 Mar 2007 01:55:29 -0000	1.2
  @@ -33,6 +33,15 @@
           </xs:complexType>
       </xs:element>    
       
  +    <xs:element name="character-encoding-filter">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="web:attlist.filter"/>
  +            <xs:attribute name="encoding" type="xs:string"/>
  +            <xs:attribute name="override-client" type="xs:boolean"/>
  +        </xs:complexType>
  +    </xs:element> 
  +    
       <xs:attributeGroup name="attlist.filter">
           <xs:attribute name="url-pattern" type="xs:string"/>
       </xs:attributeGroup>
  @@ -49,4 +58,6 @@
           <xs:attribute name="max-request-size" type="xs:integer"/>
       </xs:attributeGroup>
       
  +   
  +   
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list