Arian Treffer created CAMEL-13429:
-------------------------------------

             Summary: 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


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.3#76005)

Reply via email to