You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by or...@apache.org on 2004/12/09 01:49:54 UTC

cvs commit: incubator-myfaces/src/cactus/web/WEB-INF web.xml

oros        2004/12/08 16:49:54

  Modified:    src/cactus/web/WEB-INF web.xml
  Log:
  replaced MultipartFilter by ExtensionsFilter
  
  Revision  Changes    Path
  1.8       +1 -1      incubator-myfaces/src/cactus/web/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/cactus/web/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- web.xml	13 Oct 2004 11:50:56 -0000	1.7
  +++ web.xml	9 Dec 2004 00:49:53 -0000	1.8
  @@ -90,7 +90,7 @@
       <!-- O'Reilly MultiPart Filter -->
       <filter>
           <filter-name>multipartFilter</filter-name>
  -        <filter-class>org.apache.myfaces.custom.fileupload.MultipartFilter</filter-class>
  +        <filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class>
       </filter>
   
       <!-- Cactus Filter -->