[
https://issues.apache.org/jira/browse/CAMEL-13429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Istomin updated CAMEL-13429:
----------------------------------
Fix Version/s: (was: 3.x)
3.0.0.RC1
3.0.0
Summary: Rest DSL - Allow templating path parameters (was: Rest DSL
- Allow dot as separator for path parameters)
> Rest DSL - Allow templating path parameters
> -------------------------------------------
>
> Key: CAMEL-13429
> URL: https://issues.apache.org/jira/browse/CAMEL-13429
> Project: Camel
> Issue Type: Improvement
> Components: camel-core, rest
> Affects Versions: 3.0.0-M1
> Reporter: Arian Treffer
> Assignee: Denis Istomin
> Priority: Minor
> Fix For: 3.0.0, 3.0.0.RC1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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
(v8.3.2#803003)