Abhishek Garg created SLING-10273:
-------------------------------------
Summary: Add null check in modifiedService for authReqPaths
Key: SLING-10273
URL: https://issues.apache.org/jira/browse/SLING-10273
Project: Sling
Issue Type: Improvement
Reporter: Abhishek Garg
Getting null pointer in SlingAuthenticatorListener on replication pages.
Exception in thread "pool-15-thread-1" java.lang.NullPointerException
at
org.apache.sling.auth.core.impl.SlingAuthenticatorServiceListener.modifiedService(SlingAuthenticatorServiceListener.java:369)
at
org.apache.sling.auth.core.impl.SlingAuthenticatorServiceListener.process(SlingAuthenticatorServiceListener.java:280)
at
org.apache.sling.auth.core.impl.SlingAuthenticatorServiceListener.processQueue(SlingAuthenticatorServiceListener.java:257)
at
org.apache.sling.auth.core.impl.SlingAuthenticatorServiceListener.lambda$schedule$0(SlingAuthenticatorServiceListener.java:166)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)