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: dev@tomcat.apache.org Reporter: nakamura.kyohei....@gmail.com 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org