-
Bug
-
Resolution: Done
-
Major
-
PicketBox_5_1_0.Final
-
None
The following NPE is reported where the AuthConfigProvider is null: -
2018-06-11 02:56:31,054 ERROR [stderr] (default task-1) java.lang.NullPointerException 2018-06-11 02:56:31,055 ERROR [stderr] (default task-1) at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) 2018-06-11 02:56:31,055 ERROR [stderr] (default task-1) at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006) 2018-06-11 02:56:31,055 ERROR [stderr] (default task-1) at org.jboss.security.auth.message.config.JBossAuthConfigFactory.registerConfigProvider(JBossAuthConfigFactory.java:250)
However within JASPIC the null AuthConfigProvider has special meaning.
- is caused by
-
WFLY-8431 Race conditions in JASPIC registration code
- Closed