You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by andi <my...@yahoo.com> on 2003/07/11 11:14:46 UTC

auth-fw redirect + mobile devices [was: problem with redirect-to and WAP-browser]

hi there,

i use the auth-fw, but have a problem with the
redirect-to. many WAP-GW / mobile browser cannot
handle server-redirects. the problem is that even if i
use the cocoon://-protocol in the redirect-to in the
handler configuration a server-redirect is performed..

any solutions ?!

@see snippets below..

thanks in advance

andi m

<!-- from my sitemap -->
       <map:component-configurations>
            <authentication-manager>
                <handlers>
                    <handler name="mHandler">
                        <map:redirect-to
uri="cocoon://mP/loginpage" />
                        <authentication
uri="cocoon:/authenticateUser" />
                    </handler>
                </handlers>
            </authentication-manager>
        </map:component-configurations>

<!-- from the wap-gateway-log: (imho the loginpage..
should never be seen in a "redirect-to" with the
cocoon protocol..-->

127.0.0.1 -> http://localhost:8888/mP/overview

127.0.0.1 ->
http://localhost:8888/mP/loginpage?resource=%2FmP%2Foverview

127.0.0.1 <- http://localhost:8888/mP/overview, [302],
371ms

127.0.0.1 <-
http://localhost:8888/mP/loginpage?resource=%2FmP%2Foverview,
[200], 100ms



__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org