I figured it out.
The library order for my project's build path
needed the tomahawk-1.1.2.jar before myfaces-core-1.1.3
libraries.
Thanks,
--Todd
From: David G. Friedman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 09, 2006 11:16 AM
To: MyFaces Discussion
Subject: RE: Warning: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter
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:[EMAIL PROTECTED]
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.ExtensionsFilterI have:myfaces-core-1.1.3tomahawk-1.1.2Sun Java System Application Server 8.2I receive the following warning when deploying my .war file:[#|2006-05-09T10:47:13.007-0500|WARNING|sun-appserver-pe8.2|org.apache.myfaces.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.classStartupServletContextListener.classWhat is the correct ExtensionsFilter path to use for my web.xml under myfaces-core-1.1.3 and tomahawk-1.1.2.Thanks,--Todd