DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21169>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21169 Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface Summary: Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface Product: Tomcat 5 Version: Unknown Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The current Session interface can only be used smoothly with HttpSession since it can only return HttpSession. This means that using Tomcat to make an implementation of the SIP Servlet API would require a hack on top of the Session interface. I would like that we change the Session interface to return a ServletSession interface that contains the methods that HttpSession has in common with SipSession and SipApplicationSession to enable a better and more smooth implementation of the SIP Servlet API. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]