[
https://issues.apache.org/jira/browse/CXF-6795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-6795.
------------------------------
Resolution: Fixed
Assignee: Daniel Kulp
Fix Version/s: 3.1.6
> WS-Discovery add support for discovery on localhost
> ---------------------------------------------------
>
> Key: CXF-6795
> URL: https://issues.apache.org/jira/browse/CXF-6795
> Project: CXF
> Issue Type: Bug
> Components: WS-* Components
> Affects Versions: 3.1.5
> Reporter: Nick Birnie
> Assignee: Daniel Kulp
> Fix For: 3.1.6
>
>
> The current WS-Discovery implementation could use support for discovering
> services which are provided on localhost. This is currently not the case due
> to an obscure detail of multicast communications where, when a multicast
> packet is sent, by default it is not echoed back to the host that sent it.
> For more info, see: http://www.tldp.org/HOWTO/Multicast-HOWTO-6.html
> This should be an easy fix by setting the appropriate options on the
> MulticastSocket used by WSDiscoveryClient (which I believe is implemented by
> UDPConduit in UDPTransport).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)