[Bug 26586] New: getCookie method in 12.1.2 is declared as HTTP GET, but contains parameter

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26586

            Bug ID: 26586
           Summary: getCookie method in 12.1.2 is declared as HTTP GET,
                    but contains parameter
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: james.h.evans.jr@gmail.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org

In section 12.1.2, the getCookie method is defined as:

    GET /session/{sessionId}/cookie

However, the subsequent prose indicates that a parameter indicating the cookie
name to be retrieved can be optionally sent. Given that the command uses an
HTTP GET (which is consistent with existing implementations, and likely should
not be changed), it cannot have a payload that contains a name.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 14 August 2014 19:53:22 UTC