Comment 2 for bug 1488722

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

Reviewed: https://review.openstack.org/216928
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=e0276c65364bcb8a4a3fe1ad1c91899b1325836c
Submitter: Jenkins
Branch: master

commit e0276c65364bcb8a4a3fe1ad1c91899b1325836c
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