Re: Wildcard pattern not calling interceptor?

2011-04-08 Thread Dave Shevett
re an interceptor checks to make sure there are active sessions before serving up the JSP. -d On Fri, 8 Apr 2011 stanl...@gmail.com wrote: You should never allow JSP pages to be accessed directly. Place them behind WEB-INF and your problem goes away. On Thu, Apr 7, 2011 at 8:46 PM,

Wildcard pattern not calling interceptor?

2011-04-07 Thread Dave Shevett
I have an app that uses a generic interceptor on all action calls to verify if the session is active, and if it isn't, it returns 'notloggedin', which I have a global result for. This works -great-, except for one of my actions, which is a generic loader for JSP's. The interceptor definition