You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2013/08/05 13:02:47 UTC

[jira] [Created] (SMX4-1510) CXF Service List incorrectly reports IPs as 0.0.0.0

John D. Ament created SMX4-1510:
-----------------------------------

             Summary: CXF Service List incorrectly reports IPs as 0.0.0.0
                 Key: SMX4-1510
                 URL: https://issues.apache.org/jira/browse/SMX4-1510
             Project: ServiceMix 4
          Issue Type: Bug
          Components: Bundles
    Affects Versions: 4.5.2
         Environment: RHEL6 u 3
Windows 7
            Reporter: John D. Ament
            Priority: Minor


0.0.0.0 is used as a convention to represent bind to all IPs.
When you define a route that will be bound to 0.0.0.0 the expectation is that the URL will dynamically rewrite based on the incoming IP address (e.g. if you access http://localhost:8181/cxf the IPs should show localhost, if you access http://myserver:8181/cxf the IPs should show myserver).

However, in 4.5.2 the hosts are all showing 0.0.0.0.  This is a pain as we use this for linking (internally).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira