| Summary | View messages link does not work |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | Thomas Jarosch <thomas (dot) jarosch (at) intra2net (dot) com> |
| Created | 06/09/2008 (166 days ago) |
| Due | |
| Updated | 06/13/2008 (162 days ago) |
| Assigned | |
| Resolved | 06/13/2008 (162 days ago) |
| Attachments | horde-imp-fix-view_messages.patch ![]() |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Assigned to Michael Slusarz
(notwithstanding
Ticket 6910...) The patch looks proper so it hasbeen applied to IMP 4.2.1.
http://cvs.horde.org/diff.php/imp/lib/IMP.php?r1=1.690&r2=1.691&ty=u
http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.862&r2=2.863&ty=u
quite possible that you have preexisting params in your URL (such as
passing the SID via URL instead of using cookies) that is causing the
issue. But I don't want to apply the patch until I know what the
issue is.
the first parameter. I've taken another look at
Horde/Util.php::addParameter() and
normally $encode is true by default. I'm wondering why it's working at all :-)
computed wrong at my site. Which browser do you use? Does it still
work if you apply the patch?
possible that you have preexisting params in your URL (such as passing
the SID via URL instead of using cookies) that is causing the issue.
But I don't want to apply the patch until I know what the issue is.
computed wrong at my site. Which browser do you use? Does it still
work if you apply the patch?
Maybe it helps to comment out the header("Location:") line in
imp/mailbox.php ~189 and print out just the URL to have a look at it.
For me every parameter separator was a "&" instead of "&".
New Attachment: horde-imp-fix-view_messages.patch
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ View messages link does not work
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
the "view messages" link of a mailbox does not work because the "&"
character to separate the parameters becomes "&". Attached patch
fixes it.
Thomas