Comment 4 for bug 1297358

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/85535
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=8eb31484547b3cfc6c42e06e5d0124501b6339ef
Submitter: Jenkins
Branch: master

commit 8eb31484547b3cfc6c42e06e5d0124501b6339ef
Author: Arnaud Legendre <email address hidden>
Date: Fri Apr 4 18:29:44 2014 -0700

    Do not allow HEAD images/detail

    Currently, a HEAD images/detail request goes through the images/{id}
    route which leads to a 500 response status.
    This HEAD method should be handled separetely in order to return a
    405 Method Not Allowed response and suggest GET as an allowed method.

    Change-Id: Ic83e819189bcff7c4735af476217a9ed1e4f41b8
    Closes-Bug: #1297358