ErrorPageWriter may try to write a null to the partialWriter if the exception
message is null
---------------------------------------------------------------------------------------------
Key: MYFACES-2903
URL: https://issues.apache.org/jira/browse/MYFACES-2903
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.2-SNAPSHOT
Reporter: Bruno Aranda
Assignee: Bruno Aranda
Priority: Minor
When trying to handle an exception and write the output to the writer, if the
cause and the message of an exception are null a NullPointerException is thrown
(ErrorPageWriter,379).
Checking if the ex.getMessage() is not null will fix this problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.