[Webkit-unassigned] [Bug 32249] WebSocket test server handshake is not strict enough

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 00:25:22 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32249





--- Comment #14 from Yuzo Fujishima <yuzo at google.com>  2009-12-16 00:25:21 PST ---
MUST level applies for the data sent by the client, but not for the data sent
by the server.
http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-66#section-5.1

For example, "if the second token doesn't begin with U+002F SOLIDUS character
(/), the server should abort the connection". The server may choose to keep the
connection in this case. The server has the freedom of being as lenient as
desired in checking received data.

Yuzo

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list