[
https://issues.apache.org/jira/browse/CAMEL-11277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-11277:
--------------------------------
Description:
It outputs its uri as
{code}
http://localhost:1301/orders with spaces in path/{id}/{x}?restletMethod=GET
{code}
Which looses the restlet component name, as it should be
{code}
restlet://http://localhost:1301/orders%20with%20spaces%20in%20path/{id}/{x}?restletMethod=GET
{code}
was:
It outputs its uri as
http://localhost:1301/orders with spaces in path/{id}/{x}?restletMethod=GET
Which looses the restlet component name
> camel-restlet - Should include component name in from endpoint uri
> ------------------------------------------------------------------
>
> Key: CAMEL-11277
> URL: https://issues.apache.org/jira/browse/CAMEL-11277
> Project: Camel
> Issue Type: Improvement
> Components: camel-restlet
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 2.20.0
>
>
> It outputs its uri as
> {code}
> http://localhost:1301/orders with spaces in path/{id}/{x}?restletMethod=GET
> {code}
> Which looses the restlet component name, as it should be
> {code}
> restlet://http://localhost:1301/orders%20with%20spaces%20in%20path/{id}/{x}?restletMethod=GET
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)