Re: Token Session Interceptor problems
Jason Carreira <[email protected]> Thu, 21 Dec 2006 10:58:42 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <11332308.1166720352454.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Hmm... I think the problem is probably that the old action invocation holds the old request / response and trying to do a servlet redirect using the old (and closed) response is probably what's giving you the error. In the meantime, I'd have it result to a page and do a client-side redirect. You could have the page have a redirect in the head that's parameterized from the action. This should also be logged as an enhancement to the session token interceptor to have it replace the request / response in the action context for the new result rendering, although I wonder what concurrency issues would be raised if there were multiple duplicate posts coming in at the same time... --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=53319&messageID=109485#109485