jetty endpoint on IP address 0.0.0.0 + CXFbean endpoint does not work
---------------------------------------------------------------------
Key: CAMEL-2285
URL: https://issues.apache.org/activemq/browse/CAMEL-2285
Project: Apache Camel
Issue Type: Bug
Affects Versions: 2.1.0
Reporter: Charles Moulliard
The following config does not work :
{code}
<camel:route>
<camel:from
uri="jetty:http://0.0.0.0:8282?matchOnUriPrefix=true"/>
<camel:to uri="cxfbean:reportIncidentServiceBean"/>
</camel:route>
{code}
but well this one :
{code}
<camel:route>
<camel:from
uri="jetty:http://localhost:8282?matchOnUriPrefix=true"/>
<camel:to uri="cxfbean:reportIncidentServiceBean"/>
</camel:route>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.