You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Todd Patrick <To...@dtn.com> on 2006/05/09 18:00:16 UTC

Warning: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter

I have:
 
myfaces-core-1.1.3
tomahawk-1.1.2
Sun Java System Application Server 8.2
 
I receive the following warning when deploying my .war file:
 
[#|2006-05-09T10:47:13.007-0500|WARNING|sun-appserver-pe8.2|org.apache.m
yfaces.component.html.util.ExtensionsFilter|_ThreadID=10;|Please adjust
your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter|#]
 
 
So, I checked the my-faces-impl-1.1.3.jar and to my surprise there is no
package for "org.apache.myfaces.webapp.filter"???
 
Only "org.apache.myfaces.webapp", which has two class files:
 
MyFacesServlet.class
StartupServletContextListener.class
 
What is the correct ExtensionsFilter path to use for my web.xml under
myfaces-core-1.1.3 and tomahawk-1.1.2.
 
Thanks,
 
--Todd
 
 
 

RE: Warning: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter

Posted by "David G. Friedman" <hu...@ix.netcom.com>.
If it helps, I have that class file in my copy of the 1.1.3 Tomahawk
SNAPSHOT download.

Regards,
David
  -----Original Message-----
  From: Todd Patrick [mailto:Todd.Patrick@dtn.com]
  Sent: Tuesday, May 09, 2006 12:00 PM
  To: MyFaces Discussion
  Subject: Warning: Please adjust your web.xml to use
org.apache.myfaces.webapp.filter.ExtensionsFilter


  I have:

  myfaces-core-1.1.3
  tomahawk-1.1.2
  Sun Java System Application Server 8.2

  I receive the following warning when deploying my .war file:

  [#|2006-05-09T10:47:13.007-0500|WARNING|sun-appserver-pe8.2|org.apache.myf
aces.component.html.util.ExtensionsFilter|_ThreadID=10;|Please adjust your
web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter|#]


  So, I checked the my-faces-impl-1.1.3.jar and to my surprise there is no
package for "org.apache.myfaces.webapp.filter"???

  Only "org.apache.myfaces.webapp", which has two class files:

  MyFacesServlet.class
  StartupServletContextListener.class

  What is the correct ExtensionsFilter path to use for my web.xml under
myfaces-core-1.1.3 and tomahawk-1.1.2.

  Thanks,

  --Todd