Hi,
When running a JBoss Turnkey install, is it possible to set the default encoding for GET and POST for REST endpoints?
We tried server.xml under jboss-web.deploy and added “URIEncoding=UTF-8”, however this only works for HTTP GET only. We need to set it for POST
Thanks