Summary | Adding attachments does not work when cookies are disabled |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 09/01/2012 (4697 days ago) |
Due | |
Updated | 10/15/2012 (4653 days ago) |
Assigned | |
Resolved | 09/03/2012 (4695 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 68f326e442dc7fdfc98c0bf5979be52807a25269
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Sep 3 02:11:56 2012 -0600
Fix regression in passing session ID when submitting data (
Bug #11395)framework/Core/js/hordecore.js | 22 +++++++++++++++-------
1 files changed, 15 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/68f326e442dc7fdfc98c0bf5979be52807a25269
State ⇒ Resolved
commit 68f326e442dc7fdfc98c0bf5979be52807a25269
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Sep 3 02:11:56 2012 -0600
Fix regression in passing session ID when submitting data (
Bug #11395)framework/Core/js/hordecore.js | 22 +++++++++++++++-------
1 files changed, 15 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/68f326e442dc7fdfc98c0bf5979be52807a25269
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Adding attachments does not work when cookies are disabled
Type ⇒ Bug
State ⇒ Unconfirmed
bug #11290reappeared :) Adding attachments in dynamic imp withoutcookie based sessions stalls after uploading the file ("Uploading
xyz...").
With cookie based sessions it works fine.
Cheers,
Thomas