Summary | Spellchecker not working with cookies disabled |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | klaeser (at) univention (dot) de |
Created | 06/08/2011 (5141 days ago) |
Due | |
Updated | 10/07/2011 (5020 days ago) |
Assigned | 06/29/2011 (5120 days ago) |
Resolved | 10/07/2011 (5020 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Version ⇒ Git master
Bug #10209: Make sure imple information is always last in query string1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/94d2192a724412526bada9ab51c6de5b45ee5a0e
Assigned to Michael Slusarz
Priority ⇒ 1. Low
New Attachment: imp_fix_spellchecker_without_cookies.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ Spellchecker not working with cookies disabled
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ IMP
disabled. The problem was the query string of the ULR containing the
session ID. The JavaScript code did not account for a query string and
append additional URL paths to the given URL. The attached patch fixes
this behaviour by explicitely splitting URL and query string.