Summary | Horde_Secret: Fix up wrong cookie name on key change / unset |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 06/23/2014 (4046 days ago) |
Due | |
Updated | 06/24/2014 (4045 days ago) |
Assigned | |
Resolved | 06/24/2014 (4045 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 9f02bf816404dd409f9f64f6d4265bdb637852a7
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jun 24 15:59:43 2014 -0600
[mms] Correctly clear secret key from cookie data (
Bug #13283;thomas.jarosch@intra2net.com).
framework/Secret/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/9f02bf816404dd409f9f64f6d4265bdb637852a7
Priority ⇒ 1. Low
New Attachment: 0001-Horde_Secret-Fix-up-cookie-key-name-on-key-change-un.patch
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Horde_Secret: Fix up wrong cookie name key change / unset
Type ⇒ Bug
State ⇒ Unconfirmed
as part of
#13274, I've read through Horde_Secret and added some debuglogging there.
While reading the code I noticed the Horde_Secret cookie name *for the
current page*
is probably messed up if the key is changed.
Please verify my patch, I'm not 100% about the code.
Cheers,
Thomas