Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.17.1
-
None
-
Unknown
Description
The camel-undertow component does not seem to support multiple verbs for the same resource when using the rest dsl.
Rest DSL Example
rest("/example") .get("{pathParamHere}").to("bean:exampleBean?method=handleGet") .put("{pathParamHere}").to("bean:exampleBean?method=handlePut");
The above example will result in only the "put" verb working, and the "get" resource not found.
Attachments
Issue Links
- links to