Closed Bug 1158262 Opened 9 years ago Closed 9 years ago

service-workers/cache-storage wpt tests expect to store POST requests

Categories

(Testing :: web-platform-tests, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bkelly, Assigned: bkelly)

References

()

Details

There are tests in the service-workers/cache-storage tests that attempt to store POST requests in the Cache.  This is no longer supported per the spec and our implementation.

For example:

  "If r's url's scheme is not one of "http" and "https", or r's method is not `GET`, return a promise rejected with a TypeError."

In step 2.2 here:

  https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-put
Blocks: 1158265
Assignee: nobody → bkelly
Status: NEW → ASSIGNED
No longer blocks: 1158265
Merged from upstream in bug 1161535.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Depends on: 1161535
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.