Comment 4 for bug 1231524

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

Reviewed: https://review.openstack.org/48481
Committed: http://github.com/openstack/python-glanceclient/commit/50266eec2b86aaa0a7717adf004576d444f4fce9
Submitter: Jenkins
Branch: master

commit 50266eec2b86aaa0a7717adf004576d444f4fce9
Author: Russell Bryant <email address hidden>
Date: Thu Sep 26 11:43:29 2013 -0400

    Fix getting header in redirect processing

    The code for processing an HTTP redirect included an incorrect method of
    getting the Location header from an HTTPResponse. It needs to use the
    getheader() method on the response, instead. This patch fixes that and
    includes a unit test that covers this code path.

    Change-Id: I0952fabad581b020dee07bdc4007b55b47c906aa
    Closes-Bug: #1231524