-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
9.0.0.Alpha1
-
None
While investigating WFLY-3723, I found out that when a bundle for a specified locale can not be found, Wildfly code fallbacks to Locale.getDefault, rather than use the Locale.ROOT. This is a side effect on non-english system, because there is no bundle for "en_US", and root should be used in this case.
I proposed to fix it by replacing all relevant occurences of Locale.getDefault() by Locale.ROOT.
- is related to
-
WFCORE-521 setting the local to english in CLI commands on non-english systems does not produce english output
- Resolved