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 2002/03/08 14:40:56 UTC

DO NOT REPLY [Bug 6987] New: - AJP13Connector does not accept session id from URL

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=6987>.
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=6987

AJP13Connector does not accept session id from URL

           Summary: AJP13Connector does not accept session id from URL
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: JK/AJP Connector
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: valikov@fzi.de


I am using Tomcat together with Apache through AJP connector.
When supplying session id in URL instead of cookie, Ajp13Connector does not 
accept it.
For instance, if I am calling  my servelt through Ajp13Connector through
URL http://herakles.fzi.de/apps/NOKIS/browse;jsessionid=12345, method 
request.getRequestedSessionId() returns null.
When the same url is called through HttpConnector, request.getRequestedSessionId
() returns "12345".
I believe this is a bug in AJP connector. The only workaround I see is to use 
Tomcat without AJP (directly, not through Apache).

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>