RE: Wildcard pattern not calling interceptor?

2011-04-09 Thread Martin Gainty
Dave- //stan is a trusted resource answering questions to the information that is offered /*GIVEN @param create *true to create a new session for this request if *necessary; false to return null if *there's no current session * @return

Re: Debug problem, one http request is send twice.

2011-04-09 Thread Dave Newton
Without more info it'll be difficult to help. Dave On Saturday, April 9, 2011, DanY Liu wrote: > Hi all, > > I want to try the model driven and prepare interceptors in struts 2, so I > wrote a example. Then I was going to debug the program, every time , one > http request make two "request" in t

Re: Wildcard pattern not calling interceptor?

2011-04-09 Thread Dave Newton
I think the confusion arose because you said "hitting JSP pages directly", which isn't really what you meant. Why does the session checker come last? Wouldn't it make more sense for it to come really early in the process? Is the behavior the same if you move the session check to be first or second