-
Bug
-
Resolution: Won't Do
-
Critical
-
None
-
None
-
False
-
None
-
False
-
I switched from 5.1.9 to current maven version 5.2.0. With this version the AUTH Protocoll does not work anymore.
The used config is under "steps to reproduce" and works fine with version 5.1.9.
I tries parameters with and without auth. prefix. both variations produces errors.
Exception:
java.lang.IllegalArgumentException: JGRP000001: configuration error: the following properties in AUTH are not recognized: {auth.fixed_members_value=localhost/1025*localhost/1026, auth.fixed_members_seperator=*} at org.jgroups.stack.Configurator.initializeAttrs(Configurator.java:218) at org.jgroups.stack.Configurator.createProtocolsAndInitializeAttrs(Configurator.java:126) at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:65) at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:55) at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:434) at org.jgroups.JChannel.init(JChannel.java:899) at org.jgroups.JChannel.<init>(JChannel.java:123) at org.jgroups.JChannel.<init>(JChannel.java:113)