]
Galder Zamarreño resolved ISPN-3535.
------------------------------------
Resolution: Out of Date
ConfigurationBuilder.withProperties adds empty address when
SERVER_LIST not defined
-----------------------------------------------------------------------------------
Key: ISPN-3535
URL:
https://issues.jboss.org/browse/ISPN-3535
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Affects Versions: 6.0.0.Beta1
Reporter: Radim Vansa
Assignee: Galder Zamarreño
Priority: Minor
ConfigurationBuilder.withProperties uses getProperty(SERVER_LIST, "") with the
default empty string and passes that to addServers. This one adds one server with empty
address (=localhost) and default port.
Because of that, it's not possible to use withProperties and setting the servers in
proper way. However, IPv6 addresses cannot be parsed in addServers.