-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.9.5
-
Fix Version/s: 7.3
-
Component/s: Rest API, Web API (REST or WS*)
This ticket was open when a customer complained that it was not possible to use cyrillic characters in web adapter 'search' of the REST API.
In configuration template file common-base/conf/server.xml.nxftl change (at line 83)
<Connector port="${nuxeo.server.http.port}" protocol="HTTP/1.1"
into
<Connector port="${nuxeo.server.http.port}" protocol="HTTP/1.1" URIEncoding="UTF-8"