Comment 3 for bug 1226225

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

Reviewed: https://review.openstack.org/46972
Committed: http://github.com/openstack/keystone/commit/07a080d3d6f2bdc37daaf5105f3848d2450f8b17
Submitter: Jenkins
Branch: master

commit 07a080d3d6f2bdc37daaf5105f3848d2450f8b17
Author: Henry Nash <email address hidden>
Date: Tue Sep 17 16:32:35 2013 +0100

    Ensure v2 tokens are correctly invalidated when using BelongsTo

    Due to the optional paramater of the tenant on several v2 token
    validation methods, we need to ensure that calling token validation
    with different permutations of parameters does not lead to an incorrect
    cache value being returned. This is done by lifting the 'BelongsTo'
    checks out of the token backend and into the Manager, in a layer above
    where the token caching takes place.

    Fixes bug 1226225

    Change-Id: Ifa3162923ad41aac6a9e5d5b4996bc43dc9b11fb