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

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

     [ https://issues.apache.org/jira/browse/CAMEL-19113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-19113:
--------------------------------
    Fix Version/s: 3.18.6
                   3.20.3
                   3.21.0
                   4.0-M3
                   4.0

> 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
>            Priority: Major
>             Fix For: 3.18.6, 3.20.3, 3.21.0, 4.0-M3, 4.0
>
>
> 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)