← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1297362] [NEW] Glance v2: HTTP 404s are returned for unallowed methods

 

Public bug reported:

Requests for many resources in Glance v2 will return a 404 if the
request is using an unsupported HTTP verb for that resource. For
example, the /v2/images resource does exist but a 404 is returned when
attempting a DELETE on that resource. Instead, this should return an
HTTP 405 MethodNotAllowed response.

** Affects: glance
     Importance: Low
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1297362

Title:
  Glance v2: HTTP 404s are returned for unallowed methods

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  Requests for many resources in Glance v2 will return a 404 if the
  request is using an unsupported HTTP verb for that resource. For
  example, the /v2/images resource does exist but a 404 is returned when
  attempting a DELETE on that resource. Instead, this should return an
  HTTP 405 MethodNotAllowed response.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1297362/+subscriptions


Follow ups

References