[Webkit-unassigned] [Bug 31617] New: WebSocket handshake doesn't check query component of URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 00:34:42 PST 2009


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

           Summary: WebSocket handshake doesn't check query component of
                    URL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ian at hixie.ch


STEPS TO REPRODUCE
1. Try to connect to a server that returns the WebSocket-Location
"ws://example.com/test", but use "ws://example.com/test?" as the URL to connect
to.

ACTUAL RESULTS
It connects.

EXPECTED RESULTS
If the server's returned WebSocket-Location isn't the same as the actual
location used, including the query component, then the client should refuse to
connect.

-- 
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