Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.22
-
Fix Version/s: 6.1.23
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In Jetty 6.1.22 the org.mortbay.jetty.util.StdErrLog#warn(String, Throwable) method no longer protects against a null Throwable parameter.
If this method is called (for example through the Servlet log API) with a null Throwable it will result in a NPE on line 212. I didn't go back to every single version but in Jetty 6.1.18 this is not an issue.
This issue was introduced by a fix for the
JETTY-1129.