Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.12-core
-
None
-
None
Description
If a Server, in this case Websphere, tries to load a resource with an unknown file extension, e.g. <file>.cur where ".cur" is the extension, ResourceServlet._setHeaders() will call response.setContentType() with a null contentType. This results an NPE showing up in the Websphere systemOut.log file.