Re: Wildcard pattern not calling interceptor?

2011-04-08 Thread Dave Shevett
, 2011 at 8:46 PM, Dave Shevett d...@homeport.org wrote: 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

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