https://issues.apache.org/bugzilla/show_bug.cgi?id=56746
Bug ID: 56746 Summary: Webssocket secure client thread cannot access webapp resources Product: Tomcat 7 Version: 7.0.54 Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: david...@msn.com The new SecureIOThreadFactory method in org.apache.tomcat.websocket.AsyncChannelWrapperSecure sets the context class loader of the secure websocket client threads to it's own standard class loader - thus preventing the them from accessing webapp resources. Removing this line restores access, as the new threads then have the classloader of the calling (webapp) 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