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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 26 17:22:24 PST 2009


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





--- Comment #14 from Fumitoshi Ukai <ukai at chromium.org>  2009-11-26 17:22:23 PST ---
(In reply to comment #13)
> Thanks for the many new tests!
> 
> +        (WebCore::KURL::resourceName):
> 
> I don't think it's appropriate to add a method with this name to KURL. The only
> "resource name" I know of is URN, which is is confusing, as it's a related
> notion to URL, but not to what this method does.
> 
> I think that to come up with a good name for this function, we should look at
> where it is used, and name it accordingly to what's needed there.

I used "resource name" because it is used in the websocket protocol spec draft,
and it is used for resource name in websocket code.
If "resource name" is not appropriate, how about pathForRequest, which is used
in google url?

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