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

           Summary: Standard context is stopped BEFORE requesting session
                    serialization
           Product: Tomcat 6
           Version: 6.0.32
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When stopping the serveur, the Standard context is stopped which cause a
destroy call on servlet, and after, the session serialization code is called.

If the Servlet clean his session on the destroy call, well, at serialization
time, there is no more session to serialize.

The problem is in StandardContext.stop() - it destroys the filter at line 4869
and later at line 4875 it tries to serialize the data.

You can see the effect of this operation order and more information here :
https://issues.apache.org/jira/browse/WICKET-3470 (I first reported the problem
to wicket team).

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to