Bug 53067 - WebSocket implementation issue with wrapped requests
Summary: WebSocket implementation issue with wrapped requests
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: unspecified
Hardware: PC Mac OS X 10.4
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 17:56 UTC by Jean-Francois Arcand
Modified: 2012-05-12 21:00 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.