Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-M1
-
None
-
Moderate
Description
The following route configuration should accept the "content-type" parameter as one would expect for URLs like "items/1/details.xml":
rest("items/") .get("{id}/details.{content-type}")
Currently, "content-type" is not recognized as a parameter.
Maybe other separators, e.g. dash "-", should be supported as well.
Attachments
Issue Links
- links to