Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Post 2.3.6
-
None
Description
If the request has no Session available, a NullPointerException is thrown on line 285 of the SlingPropertyValueHandler class since ResourceResolver.adaptTo(Session.class) returns null which is not checked. (There is a TODO comment already, sigh...)