Comment 6 for bug 1488722

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (stable/kilo)

Reviewed: https://review.openstack.org/217450
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=3cc752937e322e4f16eebf048f74c58aec2b2f73
Submitter: Jenkins
Branch: stable/kilo

commit 3cc752937e322e4f16eebf048f74c58aec2b2f73
Author: Jamie Lennox <email address hidden>
Date: Wed Aug 26 12:25:31 2015 +1000

    Fix Accept header in SAML2 requests

    The ; separator allows providing parameters to a type not separating
    type options. This means that in strict type checks like those performed
    by mod_auth_mellon the check for accept type fails.

    Change-Id: Ieeaa74b304921daef68497fec77cc6629ab2f0a2
    Closes-Bug: #1488722
    (cherry picked from commit e0276c65364bcb8a4a3fe1ad1c91899b1325836c)