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:30:06 UTC

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

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

Jonathan Anstey resolved CAMEL-9208.
------------------------------------
    Resolution: Fixed

[janstey@bender camel-netty4-http]$ git push origin 
Counting objects: 32, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (20/20), done.
Writing objects: 100% (32/32), 2.50 KiB | 0 bytes/s, done.
Total 32 (delta 10), reused 0 (delta 0)
To https://git-wip-us.apache.org/repos/asf/camel.git
   44a07f9..ae9f291  camel-2.15.x -> camel-2.15.x
   c1e0f30..0f09a86  camel-2.16.x -> camel-2.16.x
   805ec4c..4b3bbf8  master -> master


> 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.15.3, 2.16.0
>            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)