Re:[SOLVED] Auth-fw and utf-8 logins

2005-04-09 Thread Aurélien DEHAY
Solved. Had to replace: String user=; by String user=new String(.getBytes("iso-8859-1"),"utf-8"); in my login.xsp. It seems like somewhere in the auth-fw the characters are being reencoded or something like that. -- AurÃlien DEHAY http://zorel.org http://logicielslibres.info signat

Auth-fw and utf-8 logins

2005-04-08 Thread Aurélien DEHAY
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 ) I've wrote a f