[
https://issues.apache.org/jira/browse/CAMEL-9384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034362#comment-15034362
]
ASF GitHub Bot commented on CAMEL-9384:
---------------------------------------
GitHub user trohovsky opened a pull request:
https://github.com/apache/camel/pull/707
CAMEL-9384 Host HTTP header should contain a port number
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/trohovsky/camel CAMEL-9384
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/707.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #707
----
commit bbe202c7db048d07ac980f706a83c2f94cf9dca0
Author: Tomas Rohovsky <[email protected]>
Date: 2015-12-01T18:38:10Z
CAMEL-9384 Host HTTP header should contain a port number
----
> Host HTTP header should contain a port number if it differs form 80
> -------------------------------------------------------------------
>
> Key: CAMEL-9384
> URL: https://issues.apache.org/jira/browse/CAMEL-9384
> Project: Camel
> Issue Type: Bug
> Components: camel-netty-http, camel-netty4-http
> Reporter: Tomas Rohovsky
> Assignee: Tomas Rohovsky
> Priority: Minor
>
> {quote}
> Host = "Host" ":" host [ ":" port ] ; Section 3.2.2
> A "host" without any trailing port information implies the default port for
> the service requested (e.g., "80" for an HTTP URL).
> {quote}
> http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23
> The problem is in netty-http and netty4-http, jetty works as expected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)