[Webkit-unassigned] [Bug 12195] New: XMLHttpRequest should raise SYNTAX_ERR when a parameter doesn't match HTTP syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 10 04:10:03 PST 2007


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

           Summary: XMLHttpRequest should raise SYNTAX_ERR when a parameter
                    doesn't match HTTP syntax
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


The current XMLHttpRequest draft spec specifies that certain methods should
check syntactic validness of their parameters and raise SYNTAX_ERR on failure:

- open() must check its method parameter (method production defined by section
5.1.1 of [RFC2616]);
- open() must check its user parameter (and may check password) as defined by
section 3.2.2 of [RFC2617];
- setRequestHeader() and getResponseHeader() must check their parameters as
defined by section 4.2 of [RFC2616].


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