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

camel-netty4-http does not resolve nettyHttpBinding option

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.15.3, 2.16.0
    • 2.15.4, 2.16.1, 2.17.0
    • None
    • None
    • Unknown

    Description

      camel-netty4-http does not resolve or strip out the "nettyHttpBinding" endpoint option. For example, take the following route producer:
      <to uri="netty4-http:http://www.google.com:80?nettyHttpBinding=#myHttpBinding" />
      It will issue the following HTTP GET request URI:
      GET http://www.google.com:80?nettyHttpBinding=%23myHttpBinding HTTP/1.1
      Assigning any of the other endpoint options, results in those options being removed from the GET request URI.

      Attachments

        Activity

          People

            janstey Jonathan Anstey
            janstey Jonathan Anstey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: