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

Peter Muir peter at bleepbleep.org.uk
Wed Oct 17 18:28:53 EDT 2007


  User: pmuir   
  Date: 07/10/17 18:28:53

  Modified:    src/main/org/jboss/seam  web-2.0.xsd
  Log:
  Ability to disable filters
  
  Revision  Changes    Path
  1.3       +1 -0      jboss-seam/src/main/org/jboss/seam/web-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web-2.0.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- web-2.0.xsd	23 Sep 2007 21:32:42 -0000	1.2
  +++ web-2.0.xsd	17 Oct 2007 22:28:53 -0000	1.3
  @@ -70,6 +70,7 @@
       
       <xs:attributeGroup name="attlist.filter">
           <xs:attribute name="url-pattern" type="xs:string"/>
  +        <xs:attribute name="disabled" type="xs:string" default="false" />
       </xs:attributeGroup>
       
       <xs:attributeGroup name="attlist.multipartFilter">
  
  
  



More information about the jboss-cvs-commits mailing list