What is the default character encoding for sent requests in Wildfly? Setting the encoding in contentType header of a request would insure that it will be used?
Thanks,
Tiberiu
What is the default character encoding for sent requests in Wildfly? Setting the encoding in contentType header of a request would insure that it will be used?
Thanks,
Tiberiu
You are talking about two different encodings
<http-listener url-charset="ISO-8859-1" .../>
in your configuration file under the undertow subsystem.Content-Type: text/html; charset=ISO-8859-1