https://bz.apache.org/bugzilla/show_bug.cgi?id=57977

            Bug ID: 57977
           Summary: The original class loader isn't re-bound to the thread
                    in PersistentValve.invoke()
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 32769
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32769&action=edit
patch against trunk

In PersistentValve.invoke(Request, Response) method, The Webapp class loader
has been bound to the current thread.
However, the original class loader that had been used before bind isn't
restored to the thread.
The original class loader should be re-bound to the thread.

-- 
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