The branch "master" has been updated. The following is a summary of the commits.
from: 3ef2b66383e03dff778062123a2a615cf525d67c bc791148 Attempt to handle mid-request authentication issues more gracefully. Summary: http://github.com/horde/horde/compare/3ef2b66383e03dff778062123a2a615cf525d67c...bc791148b3d74a6725bbde9d61ca5f60bbfe0e0b ----------------------------------------------------------------------- commit bc791148b3d74a6725bbde9d61ca5f60bbfe0e0b Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 25 00:24:26 2016 -0400 Attempt to handle mid-request authentication issues more gracefully. Send general server error status code if we have an issue with mid-request authentication (usually meaning we cannot obtain an imap client object). Hopefully, it is due to a transient issue in the session and a new request will resolve. If it is *truely* a bad authentication, it will fail properly on the initial login during the next request. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 9 ++++++++- framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 9 +++++++++ framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 5 +++++ 3 files changed, 22 insertions(+), 1 deletion(-) http://github.com/horde/horde/commit/bc791148b3d74a6725bbde9d61ca5f60bbfe0e0b -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
