You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2015/10/09 20:14:05 UTC

[jira] [Created] (CAMEL-9208) camel-netty4-http does not resolve nettyHttpBinding option

Jonathan Anstey created CAMEL-9208:
--------------------------------------

             Summary: camel-netty4-http does not resolve nettyHttpBinding option
                 Key: CAMEL-9208
                 URL: https://issues.apache.org/jira/browse/CAMEL-9208
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.16.0, 2.15.3
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey
             Fix For: 2.15.4, 2.17.0, 2.16.1


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)