You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Fernando Ribeiro (JIRA)" <ji...@apache.org> on 2010/10/27 13:19:00 UTC

[jira] Created: (CAMEL-3283) Binding to a URI in the Restlet Component

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.