https://issues.apache.org/bugzilla/show_bug.cgi?id=53021

             Bug #: 53021
           Summary: Minor bug in WebSocketServlet#headerContainsToken
           Product: Tomcat 7
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: mgrigo...@apache.org
    Classification: Unclassified


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.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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

Reply via email to