Summary | View messages link does not work |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 06/09/2008 (6235 days ago) |
Due | |
Updated | 06/13/2008 (6231 days ago) |
Assigned | |
Resolved | 06/13/2008 (6231 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
(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 "&".
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ View messages link does not work
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
New Attachment: horde-imp-fix-view_messages.patch
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