Comment 12 for bug 1656981

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

Reviewed: https://review.openstack.org/421549
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=7c40ff8466dc5e49f93752ecb998db864f8e5598
Submitter: Jenkins
Branch: stable/newton

commit 7c40ff8466dc5e49f93752ecb998db864f8e5598
Author: Tin Lam <email address hidden>
Date: Mon Jan 16 23:14:42 2017 -0600

    Fix response body being omitted in debug mode incorrectly

    In debug mode, when a response's header Content-Type is set
    to "application/json" with a parameter, i.e.,
    "application/json; charset=UTF-8". This patch set ignores
    the additional parameter and only match the mimetype.

    Change-Id: Ie8fcb1061e0e49b039436947524cfdc704c83846
    Closes-Bug: #1656981
    (cherry picked from commit dcb719d0e51afa0253c144136b41f0e390c48c4c)