Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.7-SNAPSHOT
-
None
-
None
Description
After changing tomcat's server.xml from <Connector ..> to <Connector URIEncoding="UTF-8" ... >, the InputSuggestAjex control did not work for anything other than english text. I was able to track the error an apparently a needless call is being made to org.apache.myfaces.custom.util.URIComponentUtils.decodeURIComponent(String encodedURI) .
Searching by the greek text "δια", without the URIEncoding parameter, will work ok. However, the static function above will garble the bytes of a perfectly correct string after setting the URIEncoding parameter (encodedURI variable already contains the "δια" value).