Open GoogleCodeExporter opened 9 years ago
[deleted comment]
A common cause of this problem when using Tomcat or JBoss is that the connector
isn't configured for UTF-8 encoding. To fix the problem, set
URIEncoding="UTF-8" on the tomcat connector in server.xml. e.g.
http://www.jspwiki.org/wiki/TomcatAndUTF8?version=11
Original comment by zestia.d...@gmail.com
on 18 Apr 2011 at 11:30
I have exactly the same problem. It fails when the user's First or Family Names
contains accents.
I am using mod_proxy_ajp, and I configured the AJP Connector as
<Connector port="8009" protocol="AJP/1.3" useBodyEncodingForURI="true"
uriencoding="UTF-8" redirectPort="8443" />
but to no avail.
Is there something I am missing? Something to configure on Apache side?
Original comment by egarcia@stream18.com
on 12 Feb 2012 at 4:07
Original issue reported on code.google.com by
mitul.vi...@gmail.com
on 26 Aug 2010 at 10:58