Hello.

I'm experiencing strange behaviour using:

- auth-fw
- flow (the
org/apache/cocoon/webapps/authentication/flow/javascript/auth.js file
from auth-fw block)
- a simple login.xsp file making request on a database (which is used by
the authentication pipeline configured in the <handler/>)

I've wrote a flow file to handle the user input, and like in the
samples, I'm using:

if (auth_login(handler, null, {"parameter_login":login,
"parameter_password":password})) { etc. etc.

If I try a utf-8 login, the parameters are good in the flow, but not in
the xsp. For examples, if I output the value of the login, I've â in the
flowscript, but ÃÂ in the login.xsp.

I'm not a java dev, I've search in the source code without seeing
anything relevant. I've tried several solution, without succedding to
have good utf-8 parameters in login.xsp.

Is anyone ever tried this?

Rgds.


-- 
AurÃlien DEHAY <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to