You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (Jira)" <ji...@apache.org> on 2020/05/22 10:51:00 UTC

[jira] [Created] (CAMEL-15101) DefaultNettyHttpBinding header binding mismatch

Zoran Regvart created CAMEL-15101:
-------------------------------------

             Summary: DefaultNettyHttpBinding header binding mismatch
                 Key: CAMEL-15101
                 URL: https://issues.apache.org/jira/browse/CAMEL-15101
             Project: Camel
          Issue Type: Bug
          Components: camel-netty-http
            Reporter: Zoran Regvart
            Assignee: Zoran Regvart


When Camel headers are populated from Netty HttpRequest if the scheme of the URL in the request is "https" and the port is not specified (e.g. "https://example.com") the Exchange.HTTP_PORT is set to 80 instead of 443.
If the absolute URL is present on the Netty HttpRequest, i.e. when used as proxy, the Exchange.HTTP_URL gets set to the concatenation of the consumer URL and the producer URL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)