[jboss-jira] [JBoss JIRA] (AS7-3782) Incomplete IP addresses substitution in server configs via XSLT file changeIPAddresses.xsl

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Feb 16 11:41:36 EST 2012


     [ https://issues.jboss.org/browse/AS7-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated AS7-3782:
----------------------------------

    Priority: Major  (was: Blocker)

    
> 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
>
> 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