[Webkit-unassigned] [Bug 73630] New: [Qt] Change default WebSocket protocol to the latest one
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 1 23:44:40 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=73630
Summary: [Qt] Change default WebSocket protocol to the latest
one
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: Qt
Severity: Normal
Priority: P3
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yutak at chromium.org
Currently, WebKitQt only supports the old WebSocket protocol (hixie-76). The old protocol is known to have a security defect, and should be phased out into the new protocol.
The new protocol (hybi-17, which is going to be published as RFC6455 soon) is already implemented in WebCore and we can switch to the new protocol using WebCore::Settings.
LayoutTests for hybi-17 are running fine on Qt bots, hence we essentially just need to switch the default value of a Settings flag.
Qt folks, are you happy with this change? Maybe I should bring up this topic on webkit-qt list?
(Note: the old protocol and the new one are incompatible; if there's any existing service depending on the old protocol, it will break.)
--
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