Re: Struts FilterDispatcher issue with regard to specification 2.4

2009-06-25 Thread Struts Two
bject: Struts FilterDispatcher issue with regard to specification 2.4 > To: user@struts.apache.org > Received: Tuesday, June 23, 2009, 8:07 PM > > Hello All: > > In Servlet specification 2.4 filters are not supposed to be > accessed directly as a resource. And anything other

Struts FilterDispatcher issue with regard to specification 2.4

2009-06-23 Thread Struts Two
Hello All: In Servlet specification 2.4 filters are not supposed to be accessed directly as a resource. And anything other than a jsp page need to have a Servlet mapping in order to make it accessible (as per specification). Struts 1 had ActionServlet which allowed for servlet mapping of *.act