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: [email protected]
          Reporter: [email protected]

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

Reply via email to