Solved. Had to replace: String user=<input:get-attribute module="raw-request-param" name="login" as="string"/>;
by
String user=new String(<input:get-attribute module="raw-request-param"
name="login" as="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
signature.asc
Description: This is a digitally signed message part
