https://issues.apache.org/bugzilla/show_bug.cgi?id=50620

           Summary: Session related errors prevent clean recycle of
                    Request and Response objects by CoyoteAdapter
           Product: Tomcat 6
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: c1vams...@gmail.com


Created an attachment (id=26521)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26521)
Patch created against tomcat/tc6.0.x/trunk

Session related errors prevent clean recycle of
org.apache.catalina.connector.Request and
org.apache.catalina.connector.Response objects by CoyoteAdapter. In
org.apache.catalina.connector.Request.recycle() method, if an exception is
thrown by session.endAccess() call, request object recycling aborts failing to
cleanup fully and leaving the request object in inconsistent state. Further
requests processed by CoyoteAdapter.service() using this inconsistent request
object result in request being redirected to the last url that resulted in
inconsistent request object which is still holding on to wrong session and
contexts.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to