Hi there,
I've got a problem with redirect-to in the
authentication-framework using a strict WAP-browser
(Nokia6210 simulator). browser reports: unknown
content-type
i use cocoon 2.1m2 in jetty on win NT
i think it is because of the content-type of the
redirect. My auth-configuration is:
<authentication-manager>
<handlers>
<handler name="mHandler">
<map:redirect-to
uri="cocoon:/loginpage" />
<authentication
uri="cocoon:/authenticateUser" />
</handler>
.
.
i tried without the cocoon-protocol, which does not
make any difference..
i digged abit in the code.
is it intentional that the authentication-fw always
uses the globalRedirect-method.
(redirector.globalRedirect(false,
SourceUtil.appendParameters(redirectURI,
parameters));)
(for those who are interested in redirectionproblems
in wap read this thread:
http://groups.yahoo.com/group/wmlprogramming/message/7812
)
does anyone know a solution.
TIA.
andi
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]