-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
The Transformer issues a warning upon getting an invalid encoding, and moves on to use the default (UTF-8). It had been an issue for java.util.Properties since it required an UnsupportedEncodingException to be thrown. Since then, Properties has resolved the issue outside JAXP.
For JAXP, this issue remains. At some point, we may want to change the behavior to throw an Exception.
For JAXP, this issue remains. At some point, we may want to change the behavior to throw an Exception.
- relates to
-
JDK-8228854 Default ErrorListener reports warnings and errors to the console
- Resolved