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.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.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

