You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jiri Ondrusek (Jira)" <ji...@apache.org> on 2023/03/03 13:53:00 UTC

[jira] [Created] (CAMEL-19113) Platform-http-vertx: consume with comma separated does not work

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)