]
RH Bugzilla Integration commented on ISPN-5448:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug
NPE when configuring both SSL and authentication in the same fluid
configuration API for HotRod
-----------------------------------------------------------------------------------------------
Key: ISPN-5448
URL:
https://issues.jboss.org/browse/ISPN-5448
Project: Infinispan
Issue Type: Bug
Components: Configuration, Remote Protocols
Affects Versions: 7.2.1.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 7.2.2.Final, 8.0.0.Final
ConfigurationBuilder config = new ConfigurationBuilder();
config
.security()
.authentication()
.ssl()
.enable();
breaks with a NullPointerException