Comment 2 for bug 1291981

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

Reviewed: https://review.openstack.org/80293
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=5fa119168a784592f11870415ba20f9e23ebe6dd
Submitter: Jenkins
Branch: master

commit 5fa119168a784592f11870415ba20f9e23ebe6dd
Author: Marek Denis <email address hidden>
Date: Thu Mar 13 14:49:44 2014 +0100

    Filter out nonstring environment variables before rules mapping.

    Before the requests environment is passed to the RuleProcessor, all
    parameters that are not inheriting from the basestring type should
    be filtered out.

    Change-Id: I469107633abfa86232e1dc1f1bc64605cd888dc2
    Closes-bug: #1291981