[
https://issues.apache.org/jira/browse/CAMEL-13429?focusedWorklogId=300499&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-300499
]
ASF GitHub Bot logged work on CAMEL-13429:
------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Aug/19 20:45
Start Date: 23/Aug/19 20:45
Worklog Time Spent: 10m
Work Description: DenisIstomin commented on pull request #3120:
CAMEL-13429: Support expressions in path parameters at REST DSL
URL: https://github.com/apache/camel/pull/3120
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 300499)
Time Spent: 20m (was: 10m)
> 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, rest
> Affects Versions: 3.0.0-M1
> Reporter: Arian Treffer
> Assignee: Denis Istomin
> Priority: Minor
> Fix For: 3.x
>
> 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)