Bug 53067

Summary: WebSocket implementation issue with wrapped requests
Product: Tomcat 7 Reporter: Jean-Francois Arcand <jfarcand>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.4   

Description Jean-Francois Arcand 2012-04-12 17:56:58 UTC
Originally reported in Atmosphere

    https://github.com/Atmosphere/atmosphere/issues/280

Mainly the WebSocketServlet must make sure the request hasn't been wrapped when looking at the RequestFacade and if wrapped, cycle until it find the original request.
Comment 1 Mark Thomas 2012-05-12 21:00:37 UTC
Thanks for the report. Fixed in trunk and trunk and 7.0.x and will be included in 7.0.28 onwards.