[Webkit-unassigned] [Bug 11055] New: XMLHttpRequest.setRequestHeader should replace values of some headers

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Sep 27 05:56:50 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=11055

           Summary: XMLHttpRequest.setRequestHeader should replace values of
                    some headers
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://dev.w3.org/cvsweb/~checkout~/2006/webapi/XMLHttpR
                    equest/Overview.html?content-
                    type=text/html;%20charset=utf-8
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ap at nypop.com


"Implementations MUST replace any existing value if the nominated request
header field value is one of: Authorization, Content-Base, Content-Location,
Content-MD5, Content-Range, Content-Type, Content-Version, Delta-Base, Depth,
Destination, ETag, Expect, From, If-Modified-Since, If-Range,
If-Unmodified-Since, Max-Forwards, MIME-Version, Overwrite,
Proxy-Authorization, SOAPAction or Timeout."

E.g.: 
req.setRequestHeader('ETag', 'one');
req.setRequestHeader('ETag', 'two');

WebKit sends:
Etag: one, two


-- 
Configure bugmail: http://bugzilla.opendarwin.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