Summary | Do not create useless sessions with CalDAV requests |
Queue | Horde Base |
Queue Version | FRAMEWORK_5_2 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | lst_hoe02 (at) kwsoft (dot) de |
Created | 07/02/2015 (3654 days ago) |
Due | |
Updated | 07/13/2015 (3643 days ago) |
Assigned | 07/07/2015 (3649 days ago) |
Resolved | 07/13/2015 (3643 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Version ⇒ FRAMEWORK_5_2
commit 47c4b71e00b671868e34270aaa35c6242b034c1d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jul 13 16:47:53 2015 -0400
Bug: 14040Webdav requests should be session-less as well.horde/rpc.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/47c4b71e00b671868e34270aaa35c6242b034c1d
commit 11c1961a27cf084a4acae29126f262fb8e37cd1e
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jul 13 16:47:53 2015 -0400
Bug: 14040Webdav requests should be session-less as well.horde/rpc.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/11c1961a27cf084a4acae29126f262fb8e37cd1e
Queue ⇒ Horde Base
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Do not create useless sessions with CalDAV requests
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ New
that CalDAV is stateless in the spirit of RESTful. This might get
fixed with $session_control = 'none' in rpc.php as it is already done
with ActiveSync requests.