[
https://issues.apache.org/jira/browse/SLING-10273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315586#comment-17315586
]
Carsten Ziegeler commented on SLING-10273:
------------------------------------------
This really looks like a converter problem, the converter must never return
null. So we need to pinpoint what the current value for the property is.
> Add null check in modifiedService for authReqPaths
> --------------------------------------------------
>
> Key: SLING-10273
> URL: https://issues.apache.org/jira/browse/SLING-10273
> Project: Sling
> Issue Type: Improvement
> Components: Authentication
> Affects Versions: Auth Core 1.5.0
> Reporter: Abhishek Garg
> Priority: Major
>
> Getting null pointer in SlingAuthenticatorListener on replication pages. inĀ
> org.apache.sling.auth.core-1.5.0
> 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)