Summary | Importing email via dynamic interface leaks json response to browser window |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 12/31/2012 (4567 days ago) |
Due | |
Updated | 01/04/2013 (4563 days ago) |
Assigned | |
Resolved | 01/04/2013 (4563 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 5171c6aee96d81ffd67e0d290902e3155940f7b6
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Jan 4 13:41:32 2013 -0700
[mms] Fix multiple AJAX submits to same hidden IFRAME on the same
page (
Bug #11928).framework/Core/js/hordecore.js | 25 +++++++++++++------------
framework/Core/package.xml | 2 ++
2 files changed, 15 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/5171c6aee96d81ffd67e0d290902e3155940f7b6
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Importing email via dynamic interface leaks json response to browser window
Type ⇒ Bug
State ⇒ Unconfirmed
on the folder and choosing "Import", the first imported email works as
expected, but when trying to immediately import a second email, the
JSON response is shown in the browser window:
/*-secure-{"response":{"action":"importMailbox","mbox":"VGVzdEVtYWls"},"msgs":[{"charset":"UTF-8","message":"Imported 1 message from
bademail.txt.","flags":[],"type":"horde.success"}]}*/
Thereafter, the import sometimes works correctly and sometimes doesn't
- even when importing the same email.