Comment 15 for bug 1334368

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to identity-api (master)

Reviewed: https://review.openstack.org/124243
Committed: https://git.openstack.org/cgit/openstack/identity-api/commit/?id=363af890511e8cb047ea07c4e4a381680366941f
Submitter: Jenkins
Branch: master

commit 363af890511e8cb047ea07c4e4a381680366941f
Author: Nathan Kinder <email address hidden>
Date: Thu Sep 25 18:34:54 2014 -0700

    Correct response status for HEAD requests

    The response status for some HEAD calls was changed to follow the
    HTTP specification a while back. Specifically, any call that supports
    both GET and HEAD methods should return the same response code. The
    API docs still list all successfull HEAD requests with a response code
    of 204, which is not correct in all cases.

    This patch adjusts the expected response status for HEAD calls to
    match the actual implementation.

    Change-Id: I6f518ebbe00a0b2860ca5db0d10b93f313abd488
    Related-bug: #1334368