Hi, I use a guard to athenticate users with LDAP. I overrided the authenticate method and I used this code to retrieve the password : String pwd = new String(request.getChallengeResponse().getSecret()); Everything works well unless the password contains accents, the LDAP server answers with a "bad credentials" and on debug the password is displayed with squares in place of special characters. The client used is a browser (IE / Firefox has the same behaviour). Restlet is 1.1.7
Any idea ? Thanks in advance. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2463634