Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5
-
None
-
None
Description
Please log catched exceptions e.g. in org.apache.myfaces.renderkit.html.HtmlFormatRenderer:
103 MessageFormat format = new MessageFormat(pattern, facesContext.getViewRoot().getLocale());
104 try
105
108 catch (Exception e)
109
Notice the missing Exception in the call of log.error()! It should be log.error("your message", e).