[Webkit-unassigned] [Bug 15530] XMLHttpRequest should not support certain methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 03:41:02 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15530


julien.chaffraix at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17429|                            |review?
               Flag|                            |




------- Comment #1 from julien.chaffraix at gmail.com  2007-11-21 03:41 PDT -------
Created an attachment (id=17429)
 --> (http://bugs.webkit.org/attachment.cgi?id=17429&action=view)
Patch + test case

Other browsers' behaviour :

- IE7 does not support these methods so raise an exception (message: invalid
argument)

- Firefox raises a NS_ERROR_INVALID_ARG exception for track and trace (no
exception for connect)

- Opera does not raise any exception


The patch makes us raise a SECURITY_ERR for the 3 methods (IE's behaviour and
close to Firefox's).


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



More information about the webkit-unassigned mailing list