
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Any OS, Tomcat 6.x with HTTP Connector set to "URIEncoding='UTF-8'"
|
|
Issue Links:
|
RelatedTo
|
|
This issue relates to:
|
|
DS-132
XMLUI overall UTF-8 encoding is inconsistent and forms do not use UTF-8
|
|
|
|
|
|
|
|
|
Browse by Author doesn't work for author names that include special characters (for example: é, è, ö, etc.).
If you click on an author name with such characters you always receive zero results. This *only* occurs when Tomcat's HTTP Connector has URIEncoding="UTF-8". If you unset the URIEncoding, than the XMLUI Browse By Author will work properly. However, unsetting the URIEncoding will default to Tomcat to using ISO-8859-1, which may cause problems elsewhere in DSpace.
This bug only occurs with the XMLUI. JSPUI seems unaffected.
|
|
Description
|
Browse by Author doesn't work for author names that include special characters (for example: é, è, ö, etc.).
If you click on an author name with such characters you always receive zero results. This *only* occurs when Tomcat's HTTP Connector has URIEncoding="UTF-8". If you unset the URIEncoding, than the XMLUI Browse By Author will work properly. However, unsetting the URIEncoding will default to Tomcat to using ISO-8859-1, which may cause problems elsewhere in DSpace.
This bug only occurs with the XMLUI. JSPUI seems unaffected. |
Show » |
|
org.apache.cocoon.containerencoding=UTF-8
The above setting ensures that the Servlet Container Encoding is UTF-8. In addition, I also made sure that *all* sitemaps have UTF-8 set as the encoding. This was all done based on the suggestions here:
http://cocoon.apache.org/2.2/1366_1_1.html