You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/06/29 09:15:25 UTC

DO NOT REPLY [Bug 21169] New: - Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface

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: tomcat-dev@jakarta.apache.org
        ReportedBy: griff@maven-group.org


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org