This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new f644974d6e AXIS2-5948 comments typo f644974d6e is described below commit f644974d6ea23fa767d82aaf39723a4d0dcb868e Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sun Oct 27 09:55:33 2024 -1000 AXIS2-5948 comments typo --- .../axis2/transport/http/impl/httpclient5/HTTPProxyConfigurator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/impl/httpclient5/HTTPProxyConfigurator.java b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/impl/httpclient5/HTTPProxyConfigurator.java index 1530697954..418af501bb 100644 --- a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/impl/httpclient5/HTTPProxyConfigurator.java +++ b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/impl/httpclient5/HTTPProxyConfigurator.java @@ -143,7 +143,7 @@ public class HTTPProxyConfigurator { proxyPort = Integer.parseInt(port); } - // AXIS2-6051, CredentialsProvider no longer has setCredentialsProvider() however BasicCredentialsProvider + // AXIS2-6051, CredentialsProvider no longer has setCredentials() however BasicCredentialsProvider // does have it. clientContext.getCredentialsProvider() returns CredentialsProvider. if (proxyCredentials != null) { requestConfig.setAuthenticationEnabled(true);