[Webkit-unassigned] [Bug 23182] New: [CURL] POST without body becomes GET

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 8 08:17:30 PST 2009


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

           Summary: [CURL] POST without body becomes GET
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adam.bergkvist at ericsson.com


When doing a POST using XMLHttpRequest and sending null or an empty string as
body, the method is never set to POST in ResourceHandleManager::setupPOST()
(WebCore/platform/network/curl/ResourceHandleManager.cpp).

This will make the POST method test on
http://www.mnot.net/javascript/xmlhttprequest/ fail since the method sent is
GET.


-- 
Configure bugmail: https://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