]
Richard Janík updated WFLY-8771:
--------------------------------
Affects Version/s: 11.0.0.Beta1
Encryption protocols are registered with their full class name
--------------------------------------------------------------
Key: WFLY-8771
URL:
https://issues.jboss.org/browse/WFLY-8771
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Richard Janík
Assignee: Paul Ferraro
Priority: Minor
With DR18 when adding an encryption protocol, e.g. SYM_ENCRYPT, the resource is then
available at
{{/subsystem=jgroups/stack=udp/protocol=org.jgroups.protocols.ASYM_ENCRYPT}}
as opposed to (DR17)
{{/subsystem=jgroups/stack=udp/protocol=ASYM_ENCRYPT}}
This requires at least a change in docs and may break user scripts. I think it would be
better if we used the old resource names.
If this is intentional, let's discuss. If there's a good reason for it, I'll
respec this as a documentation issue.