Hi, I'm using CAS 4.0.6, configured (I think) to use UTF-8 end-to-end.
However, passwords with characters like the Spanish "ñ" causes the login to be rejected. The password is correct at the LDAP level, I've checked it with a client tool. Example: using the password "otoño", if I debug org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler::doAuthentication i see the password value is "Otoño". I've checked the configuration to make sure it's UTF-8 end-to-end: - in casLoginView.jsp: <%@ page pageEncoding="UTF-8" %> <%@ page contentType="text/html; charset=UTF-8" %> - in cas.properties: # httprequest.web.encoding=UTF-8 (it's commented out, so it defaults to UTF-8 according to filters.xml) Any ideas? thank you very much. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
