]
Darran Lofthouse commented on WFLY-7044:
----------------------------------------
Changes applied to this branch ready to be bundled in a PR upstream: -
standalone-elytron.xml , unnecessary unsecure interface
-------------------------------------------------------
Key: WFLY-7044
URL:
https://issues.jboss.org/browse/WFLY-7044
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
Assignee: Darran Lofthouse
Fix For: 11.0.0.Alpha1
When I compare standalone-elytron.xml to standalone.xml, there is additional section
{noformat}
</interface>
<!-- TODO - only show this if the jacorb subsystem is added -->
<interface name="unsecure">
<!--
~ Used for IIOP sockets in the standard configuration.
~ To secure IIOP connections you need to setup SSL
-->
<inet-address
value="${jboss.bind.address.unsecure:127.0.0.1}"/>
{noformat}
Is it necessary?