Jiri Ondrusek created CAMEL-19113:
-------------------------------------
Summary: Platform-http-vertx: consume with comma separated does
not work
Key: CAMEL-19113
URL: https://issues.apache.org/jira/browse/CAMEL-19113
Project: Camel
Issue Type: Bug
Components: camel-platform-http-vertx
Affects Versions: 3.18.5, 4.0
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
When rest DSL defines following endpoint
{code:java}
rest().get("/test")
.consumes("application/json,application/xml")
.produces("application/json,application/xml") {code}
requests with `content-type` header `application/json` or `application/xml`
should be accepted. (works on camel-platform-htpp)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)