[ 
https://issues.apache.org/jira/browse/CAMEL-13429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-13429:
--------------------------------
    Fix Version/s: 3.x

> Rest DSL - Allow dot as separator for path parameters
> -----------------------------------------------------
>
>                 Key: CAMEL-13429
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13429
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 3.0.0-M1
>            Reporter: Arian Treffer
>            Priority: Minor
>             Fix For: 3.x
>
>
> The following route configuration should accept the "content-type" parameter 
> as one would expect for URLs like "items/1/details.xml":
> {code:java}
> rest("items/")
>     .get("{id}/details.{content-type}"){code}
> Currently, "content-type" is not recognized as a parameter.
>  
> Maybe other separators, e.g. dash "-", should be supported as well.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to