One thing for sure is that it breaks Servlet specification 2.4. 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).
--- On Mon, 4/12/10, Unmesh joshi <[email protected]> wrote: > From: Unmesh joshi <[email protected]> > Subject: Filter front controller in Struts2 > To: [email protected] > Received: Monday, April 12, 2010, 4:12 PM > > Hi, > Struts 1.1. had front controller servlet, which is changed > to ServletFilter in Struts 2.1. Are there any specific > benefits of using servlet filter instead of servlet as front > controller? > Thanks,Unmesh > > > > > _________________________________________________________________ > Climate, controversies and the changing signatures of > nature > http://green.in.msn.com/ __________________________________________________________________ Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
