-
Bug
-
Resolution: Fixed
-
P4
-
None
javax.xml.transform Interface ErrorListener
The javadoc of the ErrorListener states that the default ErrorListener reports all warnings and errors to System.err. This is inappropriate since output to the console or server log (when it is so configured) could go unnoticed or unnecessarily clog the output channel. ErrorListener should not require implementations to do so.
As is recommended, applications that wish to handle the warnings and errors shall always register their own listeners.
The javadoc of the ErrorListener states that the default ErrorListener reports all warnings and errors to System.err. This is inappropriate since output to the console or server log (when it is so configured) could go unnoticed or unnecessarily clog the output channel. ErrorListener should not require implementations to do so.
As is recommended, applications that wish to handle the warnings and errors shall always register their own listeners.
- csr for
-
JDK-8228973 Default ErrorListener reports warnings and errors to the console
-
- Closed
-
- relates to
-
JDK-8228906 Fatal Error reported as error
-
- Open
-
-
JDK-8229005 Transformer treats invalid encoding as a warning
-
- Open
-
-
JDK-8000621 serializer.setEncoding emits warning message for unrecognized encoding, falls back to UTF-8
-
- Closed
-