Comment 6 for bug 1153719

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

Reviewed: https://review.openstack.org/51370
Committed: http://github.com/openstack/keystone/commit/591e8ce9d3ae6247ac5b0be93bcef7771d8712dc
Submitter: Jenkins
Branch: master

commit 591e8ce9d3ae6247ac5b0be93bcef7771d8712dc
Author: Lei Zhang <email address hidden>
Date: Sat Oct 12 16:40:44 2013 +0800

    Add WWW-Authenticate header in 401 responses.

    This review come from https://review.openstack.org/#/c/41707/, due to the
    inactive in that.

    Add the WWW-Authenticate in header when Keystone responds with 401 status
    code. The format of the header is

    WWW-Authenticate: Keystone uri="http://localhost:5000/"

    as indicated in

    http://docs.openstack.org/developer/keystone/middlewarearchitecture.html#exchanging-user-information .

    Closes-Bug: #1153719
    Change-Id: Iaa2291c66a9b126982b8aad0ddbfa9468dfc5d3e