[jboss-jira] [JBoss JIRA] (AS7-3782) Incomplete IP addresses substitution in server configs via XSLT file changeIPAddresses.xsl
Pavel Janousek (JIRA)
jira-events at lists.jboss.org
Thu Feb 16 03:54:37 EST 2012
[ https://issues.jboss.org/browse/AS7-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavel Janousek moved JBPAPP-8131 to AS7-3782:
---------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-3782 (was: JBPAPP-8131)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.0.Final
(was: EAP 6.0.0 DR 13)
Component/s: Test Suite
(was: Testsuite)
Security: (was: JBoss Internal)
Docs QE Status: (was: NEW)
> Incomplete IP addresses substitution in server configs via XSLT file changeIPAddresses.xsl
> ------------------------------------------------------------------------------------------
>
> Key: AS7-3782
> URL: https://issues.jboss.org/browse/AS7-3782
> Project: Application Server 7
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 7.1.0.Final
> Reporter: Pavel Janousek
> Assignee: Ondrej Zizka
> Priority: Blocker
>
> When you specify *$node0* variable, you might expect appropriate changes in standalone*.xml config files. But there are several unmodified places, where "hard-coded" value *127.0.0.1* is used yet.
> - This element exists in every config:
> {code:xml}
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> {code}
> - This element exists in every *-full.xml config:
> {code:xml}
> <interface name="unsecure">
> <!-- Used for IIOP sockets in the standarad configuration.
> To secure JacORB you need to setup SSL -->
> <inet-address value="127.0.0.1"/>
> </interface>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list