All my application files were created using UTF-8 yet WildFly serves them as ISO-8859-1.
So I have a few questions:
- does WildFly have a default charset?
- how does WildFly choose the encoding used to set the charset response header?
- what is the difference between default-encoding and url-charset attributes in the WildFly Undertow subsystem?