You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/07/02 14:04:47 UTC

[Bug 55183] New: Missing WS Protocol Header in session negotiatedHeaders

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

            Bug ID: 55183
           Summary: Missing WS Protocol Header in session
                    negotiatedHeaders
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: nickytd@gmail.com

Created attachment 30524
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30524&action=edit
patch in WsWebSocketContainer

There is case sensitive check for ws protocol header name in
WsWebSocketContainer
Here is a fix and a test case checking subprotocol negotiation

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55183] Missing WS Protocol Header in session negotiatedHeaders

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55183

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Thanks for the report and the patch.

I used a slightly different solution based on the fact that the client always
stores headers with lower case names.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55183] Missing WS Protocol Header in session negotiatedHeaders

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55183

Niki Dokovski <ni...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30524|0                           |1
           is patch|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org