Bug 53021 - Minor bug in WebSocketServlet#headerContainsToken
Summary: Minor bug in WebSocketServlet#headerContainsToken
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: trunk
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-01 14:47 UTC by mgrigorov
Modified: 2012-04-07 09:13 UTC (History)
1 user (show)



Attachments
headerContainsToken fix (511 bytes, patch)
2012-04-01 20:20 UTC, Johno Crawford
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mgrigorov 2012-04-01 14:47:56 UTC
There is a minor bug in WebSocketServlet#headerContainsToken(HttpServletRequest, String, String) method. It always returns 'true'. 
The second return (at the bottom of the method body) should return 'false', i.e. there is no match.
Comment 1 Johno Crawford 2012-04-01 20:20:54 UTC
Created attachment 28525 [details]
headerContainsToken fix
Comment 2 Mark Thomas 2012-04-07 09:13:55 UTC
Fixed in trunk and 7.0.x and will be included in 7.0.28 onwards.