Yes. On tomcat u get dispatcher for DefaultServlet if there is no servlet mapping for the url. Typically on Struts2 all the urls get handled in StrutsExecuteFilter and u dont get dispatcher go that filter.
On Sat, Apr 17, 2010 at 7:11 AM, Konstantin Kolinko <knst.koli...@gmail.com> wrote: > 2010/4/17 Unmesh Joshi <unmeshjo...@gmail.com>: >>> Filters can be called for forwarded and included requests, if you map >>> them in certain way (something like <dispatcher>INCLUDE</dispatcher>). >>> See the Servlet spec for details. SRV.6.2.5 >> But you cant get dispatchers for filters. UrlRewriteFilter gets a >> dispatcher (so rewrtten url must have a servlet or jsp handler). > > Have you tried? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org