Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.2.3
-
None
-
None
-
myfaces 2.2.3, Primefaces 5.0
Description
In org.apache.myfaces.renderkit.ErrorPageWriter on line 1304 I get a NullPinterException that is caught afterwards, I think it could be better to just check for m!=null instead of catching an exception and than doing nothing.