Re: Servlet filter as front controller

2009-10-08 Thread Struts Two
. --- On Thu, 10/8/09, Wes Wannemacher wrote: > From: Wes Wannemacher > Subject: Re: Servlet filter as front controller > To: "Struts Users Mailing List" > Received: Thursday, October 8, 2009, 1:15 PM > I was thinking about this issue > recently and wondered if simply &g

Re: Servlet filter as front controller

2009-10-08 Thread Wes Wannemacher
10/7/09, Arthur Neves wrote: > >> From: Arthur Neves >> Subject: Re: Servlet filter as front controller >> To: "Struts Users Mailing List" >> Received: Wednesday, October 7, 2009, 11:57 PM >> With the filter struts2 can intercept >> all request. >&

Re: Servlet filter as front controller

2009-10-08 Thread Struts Two
appservers that follow the spec and you have to resort to all sort of hacks to get around it. --- On Wed, 10/7/09, Arthur Neves wrote: > From: Arthur Neves > Subject: Re: Servlet filter as front controller > To: "Struts Users Mailing List" > Received: Wednesday, October 7, 200

Re: Servlet filter as front controller

2009-10-07 Thread Arthur Neves
With the filter struts2 can intercept all request. I think it's more difficult to do thinks like, the namespace struct with a servlet,i dont have sure though. On Wed, Oct 7, 2009 at 2:58 PM, Unmesh joshi wrote: > > Hi,Struts2 uses servlet filter > org.apache.struts2.dispatcher.ng.filter.Struts

Servlet filter as front controller

2009-10-07 Thread Unmesh joshi
Hi,Struts2 uses servlet filter org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter as front controller, rather than having a servlet act as front controller. Is there any specific advantage of using servlet filter over servlet (as in struts 1.1)? Thanks,Unmesh