Summary | "menu" redirects to wrong location on blackberry 7100 |
Queue | MIMP |
Queue Version | 1.0-BETA |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | srrafa (at) usc (dot) es |
Created | 02/14/2006 (7085 days ago) |
Due | |
Updated | 02/28/2006 (7071 days ago) |
Assigned | 02/18/2006 (7081 days ago) |
Resolved | 02/24/2006 (7075 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
for your great work.
called "The Perfect Bug Report" that leads to this ticket.
State ⇒ Resolved
line from CVS, so it'll be fixed for Horde 3.1.
... but finally it make some sense. The problem can be solved by
commenting out this line at:
lib/Horde/Mobile/Renderer/wml.php
// Tricks to foil caching.
header('Content-location: ' . md5(date('U')));
This is exactly the URL that the browser of the handheld tries to get:
http:/server_url/horde3/mimp/b83518d5a1d05ae248f34435c9216ff8#o
i.e., the content-location header plus a reference to the card id that
contains the menu.
I have no idea on how the contant-location header must be handled.
Maybe anything of this make sense to you.
New Attachment: tcpdump_mimp.txt
enters the BlackBerry Enterprise Sever
The number an the end of the wrong link called from "menu" is the
content of one of the HTTP headers:
Content-location: 9ab82c0301e3ed1656084b1495699d13
For me, it seems that this is not a MIMP/Horde problem. Maybe the
handheld browser or the BES are failing to parse the page
Also, when using https URLs, the problem can be reproduced with the
first click on "menu". When using http URLs it does not fail the first
time :-?
still have problems to obtain the source code of the page
it work with the MDS emulator.
I'll keep you informed of any progress.
State ⇒ Feedback
not possible from the handset. I guess I have to install de emulator
from the SDK
regular browser.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ "menu" redirects to wrong location on blackberry 7100
Queue ⇒ MIMP
State ⇒ Unconfirmed
https://.../horde3/mimp/mailbox.php?mailbox=INBOX
I get a "page not found" error because the browser is redirected to
/horde3/mimp/180cc03791aedbd93fd7d5a33513bde5
I'll try to obtain the source code generated from mailbox.php. It's
not possible from the handset. I guess I have to install de emulator
from the SDK