[commits] Horde branch develop updated. f39196f8ebfdaa6a76f91dff97caed9d743d9da2
Michael J. Rubinsky
mrubinsk at horde.org
Mon Feb 27 17:23:31 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 5033a3ca7c2cd66682645a9184e247d75d52253c
ec59d7b Work around chicken/egg problem with RPC auth.
f39196f Fix calling HordeCore.doAction from Hermes
-----------------------------------------------------------------------
commit ec59d7b6c5afe46fa039f66f1c9dd518a5602d11
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Feb 27 12:15:54 2012 -0500
Work around chicken/egg problem with RPC auth.
RPC requests have authentication delegated to the RPC classes, so
we must bootstrap horde with authentication => none. Horde must be
initialized in horde to instantiate the objects needed to build the
Rpc server. However, once the Rpc object is authenticated to horde,
we need to tell $registry that we really *do* want authentication,
otherwise none of the authAuthenticateCallback() methods will ever
be called in any application.
framework/Core/lib/Horde/Registry.php | 9 +++++++--
horde/rpc.php | 14 +++++++++++---
2 files changed, 18 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/ec59d7b6c5afe46fa039f66f1c9dd518a5602d11
-----------------------------------------------------------------------
commit f39196f8ebfdaa6a76f91dff97caed9d743d9da2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Feb 27 12:19:26 2012 -0500
Fix calling HordeCore.doAction from Hermes
hermes/js/hermes.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f39196f8ebfdaa6a76f91dff97caed9d743d9da2
More information about the commits
mailing list