Comment 7 for bug 1539805

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

Reviewed: https://review.openstack.org/293907
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=6f78646ea2200fa2c5dd424589a6cae537f00deb
Submitter: Jenkins
Branch: master

commit 6f78646ea2200fa2c5dd424589a6cae537f00deb
Author: Sivasathurappan Radhakrishnan <email address hidden>
Date: Thu Mar 17 09:40:23 2016 +0000

    Add content-disposition header to tempurl request

    Added content-disposition header to HEAD tempurl request.
    As per HTTP docs[1] HEAD response must be identical to GET
    except return message-body response.

    [1]https://tools.ietf.org/html/rfc2616#section-9.4

    Change-Id: Ie60a6fb632613055da5279db5b128ce5ee5172ae
    Closes-Bug:#1539805