]
Darran Lofthouse resolved WFCORE-98.
------------------------------------
Resolution: Duplicate Issue
Remoting is using the wrong protocol names
------------------------------------------
Key: WFCORE-98
URL:
https://issues.jboss.org/browse/WFCORE-98
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Remoting
Reporter: David Lloyd
Assignee: Darran Lofthouse
The Remoting protocol names are presently:
* remoting
* http-remoting
* https-remoting
They should be:
* remote
* remote+http
* remote+https
respectively.