Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-11028

camel-spark-rest - Adds duplicate content-type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.18.3
    • 2.18.4, 2.19.0
    • rest
    • None
    • Unknown

    Description

      This is essentially the same as https://issues.apache.org/jira/browse/CAMEL-9613 . When I send a request containing a 'content-type' header it will get sent with duplicate values. E.g. Content-Type: [application/json, application/json].

      My RouteBuilder is very simple at the moment:

      restConfiguration().component("spark-rest").port(8585);
      
      rest("/").post("/charges").to("direct:charges");
      
      from("direct:charges").to("http://localhost:8080/charges?bridgeEndpoint=true&throwExceptionOnFailure=false");
      

      Having looked at the code I can see it being added in two places:
      https://github.com/apache/camel/blob/master/components/camel-spark-rest/src/main/java/org/apache/camel/component/sparkrest/DefaultSparkBinding.java#L73

      https://github.com/apache/camel/blob/master/components/camel-spark-rest/src/main/java/org/apache/camel/component/sparkrest/DefaultSparkBinding.java#L109

      Is this intended behaviour? If so, how would I disable it? Thanks

      Attachments

        Issue Links

          Activity

            People

              acosentino Andrea Cosentino
              adamdougal Adam Dougal
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: