Hi,

In HttpbasicHelper class, the credentials are decoded as "US-ASCII".

final String credentials = new String(credentialsEncoded,
                    "US-ASCII");

Is it allright to decide it as UTF-8?


We have a client who uses UTF-8 encoding before Base64 encoding. When there's 
strange chars in the password, Restlet cannot decode it correctly.

Regards,
Zhu

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2585358

Reply via email to