Summary | problem Report return_url |
Queue | Horde Base |
Queue Version | 4.0.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | christoph.auber (at) uniklinik-freiburg (dot) de |
Created | 05/11/2011 (5167 days ago) |
Due | |
Updated | 05/13/2011 (5165 days ago) |
Assigned | |
Resolved | 05/13/2011 (5165 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #10069: Fix return URL in problem reporting page3 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ddf16f1f7cfd3b0e58e45b46016ad2c744cfe8b8
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ problem Report return_url
Type ⇒ Bug
State ⇒ Unconfirmed
report, the return_url in problem.php has the format
http://www.myhorde.de/horde/services/problem.php?return_url=http%253A%252F%252Fwww.myhorde.de%252Fhorde%252Fservices%252Fportal%252F
leading to a return page not found error after posting the problem
report. Removing the 25s from this URL manually helps. With Horde
3.1.9 on SLES10SP2 the link has no problem:
https://www.myoldhorde.de/horde/services/problem.php?return_url=https%3A%2F%2Fwww.myoldhorde.de%2Fhorde%2Flogin.php
Where do these 25s come from ? Is this a bug or a codepage problem ?