Summary | Subsequent search returns previous results |
Queue | IMP |
Queue Version | 6.0.0 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | slusarz (at) horde (dot) org |
Created | 10/30/2012 (4632 days ago) |
Due | |
Updated | 10/31/2012 (4631 days ago) |
Assigned | |
Resolved | 10/31/2012 (4631 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Version ⇒ 6.0.0
commit 25391602ec4a38f4df01decb952a27a92cebc530
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Oct 30 08:18:25 2012 -0600
[mms] Allow Horde_Stream object to be serialized (
Bug #11598).framework/Stream/lib/Horde/Stream.php | 45
++++++++++++++++++++++-
framework/Stream/lib/Horde/Stream/Temp.php | 10 ++++-
framework/Stream/package.xml | 2 +
framework/Stream/test/Horde/Stream/TempTest.php | 13 +++++++
4 files changed, 67 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/25391602ec4a38f4df01decb952a27a92cebc530
Milestone ⇒
Version ⇒ Git master
Quick explanation: we were unable to serialize stream data objects so
all search queries looked identical to the hashing function (search
queries most likely contained Horde_Imap_Client_Data_String objects,
which internally stored the search terms in a stream) in
Horde_Imap_Client, so the first search query would be cached until the
mailbox changed.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒ 6.0.1
Assigned to Michael Slusarz
Summary ⇒ Subsequent search returns previous results
Type ⇒ Bug
State ⇒ Assigned
Queue ⇒ IMP