From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Schildbach > Aside from that, wouldn't it be nice of the servlet spec would allow > binding HttpSessionActivationListeners to the whole > application instead > just to an attribute? In my application, it would be much > elegant/easier. Maybe I should suggest that to the servlet > spec commitee...
Go for it. > When I was browsing the Servlet Spec 2.4, I stumbled over another > (unrelated) issue. SRV.10.6 states: "Some exceptions do not > occur under > the call stack of another component in the application. An example of > this is a SessionListener...". Doesn't this mean that SessionListener > callbacks are never called from another component in the app? This it > not true for Tomcat 5.0.19, because I've seen it calling > sessionDestroyed when I was calling session.getAttribute() or > session.setAttribute(). Could this be a violation of the > spec? What do > you think? No it isn't. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
