Ahmed Musallam created SLING-10927:
--------------------------------------
Summary: NPE in ResolutionCache when the Service is modified
Key: SLING-10927
URL: https://issues.apache.org/jira/browse/SLING-10927
Project: Sling
Issue Type: Bug
Affects Versions: Servlets Resolver 2.9.0
Reporter: Ahmed Musallam
In version 2.8.2 of the Servlet Resolver, an NPE is thrown here:
[https://github.com/apache/sling-org-apache-sling-servlets-resolver/blob/org.apache.sling.servlets.resolver-2.8.2/src/main/java/org/apache/sling/servlets/resolver/internal/resolution/ResolutionCache.java#L98]
When the component is modified.
since `cache` member is set to null on deactivate here:
[https://github.com/apache/sling-org-apache-sling-servlets-resolver/blob/org.apache.sling.servlets.resolver-2.8.2/src/main/java/org/apache/sling/servlets/resolver/internal/resolution/ResolutionCache.java#L157]
looking at the code in version 2.9.0 the issue persist there as well./
--
This message was sent by Atlassian Jira
(v8.20.1#820001)