[commits] Horde branch master updated. 9d11efabe4389c7ed2f86c7b922c84cf6c1fc425

Michael J. Rubinsky mrubinsk at horde.org
Sun Mar 2 20:00:51 UTC 2014


The branch "master" has been updated.
The following is a summary of the commits.

from: 187b8a269d12e707b9264dac36a4700b9c0d9307

9d11efa Must clear the isauth cache when resetting authentication parameter.

Summary: http://github.com/horde/horde/compare/187b8a269d12e707b9264dac36a4700b9c0d9307...9d11efabe4389c7ed2f86c7b922c84cf6c1fc425

-----------------------------------------------------------------------

commit 9d11efabe4389c7ed2f86c7b922c84cf6c1fc425
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Mar 2 14:50:02 2014 -0500

    Must clear the isauth cache when resetting authentication parameter.
    
    This fixes the "User is not authorized for IMP" issue when accessing
    IMP data via RPC, and using an auth backend other than Application.
    Since RPC first initializes Horde with authentication => none,
    when the notification system is initialized, Horde_Registry::_cache['isauth']
    is populated when no authentication is present. Further on in the script,
    after proper authentication is made, Horde_Registry::isAuthenticated will fail
    since it still contains the results of the authentication attempt when authentication
    was not available.

 framework/Core/lib/Horde/Registry.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/9d11efabe4389c7ed2f86c7b922c84cf6c1fc425
http://git.horde.org/horde-git/-/commit/9d11efabe4389c7ed2f86c7b922c84cf6c1fc425




More information about the commits mailing list