| Summary | Basic view without session cookies: White screen of death on folder actions |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 02/27/2014 (4272 days ago) |
| Due | |
| Updated | 03/04/2014 (4267 days ago) |
| Assigned | |
| Resolved | 03/03/2014 (4268 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
commit e404e6ffdf4f72c3d7a6039ebaa3aba9a63b7d88
Author: Jan Schneider <jan@horde.org>
Date: Mon Mar 3 11:01:32 2014 +0100
Fix URL encoding (
Bug #13000).imp/lib/Basic/Folders.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e404e6ffdf4f72c3d7a6039ebaa3aba9a63b7d88
-> white page of death
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Basic view without session cookies: White screen of death on folder actions
Type ⇒ Bug
State ⇒ Unconfirmed
I just found the following problem when using a session handler
without cookies.
1) basic view login
2) click on "Folders"
3) click on checkbox of any folder
4) choose "Show size"
5) click on "Return to Folders View"
-> boooom
Some other folder actions are also affected.
Cheers,
Thomas