]
Brian Stansberry commented on WFCORE-98:
----------------------------------------
Isn't this a duplicate of WFCORE-296?
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.