Daniel Rall <[EMAIL PROTECTED]> writes: > Note that I didn't use the try/catch block you suggested, as checking > for a valid session is a more correct implementation.
Turned out that the HttpSession::isValid() method was Catalina-internal, hidden behind its HttpSessionFacade class and not part of the servlet spec. I've switched to the try/catch suggested by David (ugh, bad servlet api, bad). > Question for turbine-dev: does this fix still apply? If so, where? I've found a few spots in jakarta-turbine-3 where this check is appropriate and patched them. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
