yuvaraj created AXIS2-6047:
------------------------------
Summary: Missing Port in the Host header of the requests coming
from HTTPClient4TransportSender implementation.
Key: AXIS2-6047
URL: https://issues.apache.org/jira/browse/AXIS2-6047
Project: Axis2
Issue Type: Bug
Components: transports
Affects Versions: 1.7.9
Reporter: yuvaraj
The host header should have a port in all cases where the port is non-standard:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Host
Host header, which is in the requests coming from
org.apache.axis2.transport.http.impl.httpclient4.HTTPClient4TransportSender
implementation does not contain the configured port number even when it is
different from the default ports for HTTP (80) and HTTPS (443). This affects
the correct load balancing that is based on the Host header.
Note: It works good (Host header contains port ) with the default
implementation org.apache.axis2.transport.http.CommonsHTTPTransportSender
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]