The HttpServletRequest.logout function was added in Servlet 3.0. I don't know what your citation is talking about but there is no HttpSession.logout() method in the Servlet Specification 2.4 or anywhere else.
EJP -----Original Message----- From: javed Ansari [mailto:[email protected]] Sent: Wednesday, 20 June 2012 7:58 PM To: Tomcat Users List Subject: Re: Apache tomcat (7.0.27) is not loading the user and role class for JAASRealm This logout function was added in Servlet Spec 2.4 http://mail-archives.apache.org/mod_mbox/tomcat-dev/200208.mbox/%3C102903496 [email protected]%3E But even after pointing to Dynamic web module 2.4, and Tomcat 7.0, I am not able to access that API. Regards, Javed --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
