Summary | Pager URL grows with each page |
Queue | Turba |
Queue Version | 2.3.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | janne.peltonen (at) helsinki (dot) fi |
Created | 10/08/2008 (6111 days ago) |
Due | |
Updated | 01/19/2009 (6008 days ago) |
Assigned | 01/16/2009 (6011 days ago) |
Resolved | 01/16/2009 (6011 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
http://lists.horde.org/archives/cvs/Week-of-Mon-20090119/086249.html
The fix from
Bug: 7042was never merged either. Thanks for the catch.Fixed.
Trying to put it again, I observe, it's not working anymore.
Did you test it again. I tried again this morning whitout success
'source' => Util::getFormData('source', $default_source)
));
$viewurl = urldecode(Util::addParameter('search.php', $params));
require_once 'Horde/UI/Pager.php';
Taken from
State ⇒ Resolved
Fixed.
http://cvs.horde.org/diff.php/turba/lib/ListView.php?rt=horde&r1=1.17.10.21&r2=1.17.10.22&ty=u
Assigned to
State ⇒ Assigned
resolved by the other similar bug. All fine then :)
I tried to reintroduce manualy the patch without success
Dom
by the other similar bug. All fine then :)
urldecode to be applied at line 182 before the Util::addParameter for
the "browse.php" page.
Assigned to Michael Rubinsky
Summary ⇒ Pager URL grows with each page
State ⇒ Resolved
Bug: 7042- that one either wasn't fixedcompletely or some new code made it in that required this additional
fix.
http://cvs.horde.org/diff.php/turba/lib/ListView.php?r1=1.71&r2=1.72&ty=u
Queue ⇒ Turba
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Turba letter sub page links get longer and longer
Type ⇒ Bug
Queue ⇒ Horde Groupware Webmail Edition
organizes the contacts in different pages according to the first
letter of the name, an interesting problem occurs.
When I first open Turba, the links to other sub pages (the letter
links, B, C and so on) are like this:
https://webmail.helsinki.fi/horde/turba/browse.php?key=&url=https%3A%2F%2Fwebmail.helsinki.fi%2Fhorde%2Fturba%2Findex.php&page=B&show=all
If I follow one of those links, the links on the new page are like this:
https://webmail.helsinki.fi/horde/turba/browse.php?key=&url=https%3A%2F%2Fwebmail.helsinki.fi%2Fhorde%2Fturba%2Fbrowse.php%3Fkey%3D%26url%3Dhttps%253A%252F%252Fwebmail.helsinki.fi%252Fhorde%252Fturba%252Findex.php%26page%3DB%26show%3Dall&page=C&show=all
And then, like this:
https://webmail.helsinki.fi/horde/turba/browse.php?key=&url=https%3A%2F%2Fwebmail.helsinki.fi%2Fhorde%2Fturba%2Fbrowse.php%3Fkey%3D%26url%3Dhttps%253A%252F%252Fwebmail.helsinki.fi%252Fhorde%252Fturba%252Fbrowse.php%253Fkey%253D%2526url%253Dhttps%25253A%25252F%25252Fwebmail.helsinki.fi%25252Fhorde%25252Fturba%25252Findex.php%2526page%253DB%2526show%253Dall%26page%3DC%26show%3Dall&page=B&show=all
And so on, until:
Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server.
Apache/2.2.3 (Red Hat) Server at kappa.it.helsinki.fi Port 443