Summary | MIMP login with wap redirect on IMP |
Queue | MIMP |
Queue Version | 1.0 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | rw (at) parissi (dot) com |
Created | 07/06/2006 (6977 days ago) |
Due | |
Updated | 12/06/2006 (6824 days ago) |
Assigned | 07/07/2006 (6976 days ago) |
Resolved | 07/31/2006 (6952 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
using IMP and (from Mobile) using MIMP, and I solved my problem just
editing the MIMP/conf/conf.php.
My horde is configured with $conf['auth']['params']['app'] = 'imp';
IMP makes the authentication, then I edit MIMP/conf/conf.php and put
that line:
$conf['auth']['params']['app'] = 'mimp';
When someone try to logon by my MIMP url then that variable turn MIMP
my auth application.
State ⇒ Not A Bug
State ⇒ Feedback
fact my wap phone works fine, no matter which initial application I set.
It's more likely that the first user agent is not detected as a mobile
device in lib/Horde/Browser.php. The infinite loops seems to be a
different problem though.
be 'horde' for this kind of situation.
Although now I say this, I think to myself that 'imp' is my
initial_application pref but MIMP seems to work fine for me. I never
access MIMP through a WAP gateway however - my only test bed is my PDA
via plain old 802.11 tcp/ip wireless connection.
If it is initial_application that is the problem we probably need to
override this with a preference in MIMP's prefs.php (or through some
other means) that allows us to define 'mimp' as the
initial_application when using MIMP authentication.
I've tested my IMP/MIMP http://clients.ooline.fr install with another
WAP phone emulator ( Openwave )
The error message is differents:
"Request exceeded maximum number of redirect."
So, it seems that the issue is due to a looping redirect... Like IMP
and MIMP ping-ponging together, and sending the client to eachother...
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ MIMP login with wap redirect on IMP
Queue ⇒ MIMP
State ⇒ Unconfirmed
I'm using brand new version of Horde, Imp and Mimp.
I followed exactly the instruction on how to use "composite"
authentication for using both IMP or MIMP depending device.
( http://wiki.horde.org/display.php?referrer=HowTo&page=MIMPHowTo )
But, when i access my install ( http://client.ooline.fr OR
http://client.ooline.fr/mimp/ ) with a WAP browser ( Klondike ), i'm
always redirected to the IMP login page.
Then of course, WAP browser do not recognise content return but IMP...
I get a "there was too much data received" error message.
Is it a know issue ? Is it due to this WAP emulator ?
Thanx
raf
PS :
I search and read all the contrib i found on the web durings days.
I see some other having same trouble.