Re: [Actionframework-users] severe bug in session cleanup
Status: Inactive
Brought to you by:
ptoman
From: Petr T. <Pet...@pi...> - 2003-01-25 18:45:13
|
> The code is apparently safe with Jetty, but with WebSphere it kills > the JVM. That's bad! :( > At the minimum, ActionServlet should be changed to distinguish > between a destroySession that is called explicitly, versus > destroySession that is called from the HttpSessionBindingListener > (and so should not call invalidate). Could you please send me the stacktrace form WebSphere? You can get it, for example, by adding: log.error("WebSphere", new Exception()); into ActionRuntime.destroySession(String) method. Thank you, Petr -- [ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=22957959 ] |