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/01/16 09:46:19 UTC

DO NOT REPLY [Bug 5877] New: - Facade of facade.

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

Facade of facade.

           Summary: Facade of facade.
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: HTTP/1.1 Connector
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: tapik@buchtovi.cz


When I try to open Standard session throw the StandardSessionFacade by opening the session 
field, I catched that request receives the facade of facade.
I have to use request.getSession().session.session for receiving the StandardSession instead of
request.getSession().session .
Why the wrapper is also wrapped?
Possible reason (I don't know exactly, if it could happen) may be, that HttpRequestFacade is 
also overwrapped.

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