Binding to a URI in the Restlet Component
-----------------------------------------
Key: CAMEL-3283
URL: https://issues.apache.org/activemq/browse/CAMEL-3283
Project: Apache Camel
Issue Type: Improvement
Components: camel-restlet
Affects Versions: 2.4.0
Reporter: Fernando Ribeiro
It should be possible to bind to a URI pattern, not only to a port, in the
Restlet component, if at all possible:
from("restlet:http://0.0.0.0:8192") -- port only
from("restlet:http://0.0.0.0:8192/sample") -- URI
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.