Comment 2 for bug 1078520

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

Reviewed: https://review.openstack.org/16032
Committed: http://github.com/openstack/glance/commit/1758e866602be17f3f96a8621f8496999ca8ac9b
Submitter: Jenkins
Branch: master

commit 1758e866602be17f3f96a8621f8496999ca8ac9b
Author: Mark J. Washenberger <email address hidden>
Date: Tue Nov 13 16:30:37 2012 -0800

    Return 403 on images you can see but can't modify

    Visible images return 404 (Not Found) when you try to modify them and
    are not allowed. This patch changes this return to 403 Forbidden which
    more accurately reflects the situation, in light of the fact that we are
    not trying to hide the existence of the image in this case.

    Fixes bug 1078520

    Change-Id: I70e6e273aeaef51dad40cf001308d3a817bdced5