Hello, ChallengeResponse challengeResponse = new ChallengeResponse(ChallengeScheme.HTTP_BASIC, utilisateur.getEmail(), utilisateur.getPwd());
Is it possible to have accents in a Password inside the ChallengeResponse ? And if it's possible how encode this password ? Actually, when a password contains accents, the user can't connect to the wiki. I have this error : <Authentication requested but doAuthentication is disabled> and i'm sure to have the good password. Thanks.

