The branch "master" has been updated. The following is a summary of the commits.
from: 42190399bef2bfa30cb5a84ac853859a2a3bf4d7 8bc90d4 Improvements to the null session driver. ef45129 fix comment 63b8721 ActiveSync must use cache_control == private. ----------------------------------------------------------------------- commit 8bc90d448d47d3ec89502827280c7542e3054a6a Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 26 23:50:07 2012 -0500 Improvements to the null session driver. Even though we don't store any session data, we still need to clear and destroy the dummy session properly since the session id is used in some Auth related code. framework/Core/lib/Horde/Registry.php | 1 + framework/Core/lib/Horde/Session/Null.php | 38 +++++++++++++++++++++------- 2 files changed, 29 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/8bc90d448d47d3ec89502827280c7542e3054a6a ----------------------------------------------------------------------- commit ef45129848c1236b6adf8f0a70e2c45b25a27ce2 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 26 23:51:13 2012 -0500 fix comment framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ef45129848c1236b6adf8f0a70e2c45b25a27ce2 ----------------------------------------------------------------------- commit 63b872127c0fb61dd4e0a2413335828ce3388f4f Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 26 23:51:29 2012 -0500 ActiveSync must use cache_control == private. horde/rpc.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/63b872127c0fb61dd4e0a2413335828ce3388f4f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
