Status: New
Owner: ----
Labels: Priority-Medium

New issue 137 by [email protected]: Invalid websocket handshake response in case of fragmentation of request HTTP message
http://code.google.com/p/jain-sip/issues/detail?id=137

What steps will reproduce the problem?
1. Execute WebSocket handshake initiated by large HTTP request (e.g. large amount of data inside "Cookie" header). 2. Client will get "Error during WebSocket handshake: Incorrect 'Sec-WebSocket-Accept' header valuer"

It is expected to get valid WebSocket Handshake response in case of handshake request got fragmented.

Tested on Linux with jain-sip 1.2.210

To fix the problem it necessary update line #142 inside

https://code.google.com/p/jain-sip/source/browse/src/gov/nist/javax/sip/stack/NioWebSocketMessageChannel.java?name=jain-sip-release-1.2.210

to following: byte[] response = new WebSocketHttpHandshake().createHttpResponse(httpInput)



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to