[Tickets #12283] Re: Navigating to Mail Search from top menu error: URI Too Large
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed May 29 20:46:26 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12283
------------------------------------------------------------------------------
Ticket | 12283
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Navigating to Mail Search from top menu error: URI Too
| Large
Queue | IMP
Version | 6.1.0RC1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-05-29 14:46) wrote:
> < GET
> /imp/basic.php?page=search&0=S&1=U&2=5&3=C&4=T&5=1&6=g&gsub=function+gsub(pattern%2C+replacement)+%7B%0D%0A++++var+result+%3D+%22%22%2C+source+%3D+this%2C+match%3B%0D%0A++++replacement+%3D+prepareReplacement(replacement)%3B%0D%0A++++if+(Object.isString(pattern))......... and goes on and on with what seems to be javascript
> code.
I have no idea.
The HTML code for me looks like:
<div class="horde-drowdown-str"><a class="horde-mainnavi"
href="/horde/imp/basic.php?page=search">Search</a></div>
The URL is generated via: IMP_Basic_Search::url(), which is just:
Horde::url('basic.php')->add('page', 'search')
That's as simple as you can get. There is nothing being dynamically
added to basic.php base page URI except "page=search".
The javascript code appears to be from prototype.js. But I have no
idea how it is getting there.
More information about the bugs
mailing list