MichaĆ Krysztofik created HTTPCLIENT-2338:
-
Summary: Accept-Encoding lost on request retrying
Key: HTTPCLIENT-2338
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2338
Project: HttpCompon
michael-o commented on code in PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#discussion_r1746998248
##
httpclient5/src/main/java/org/apache/hc/client5/http/auth/AuthScheme.java:
##
@@ -86,6 +86,10 @@
* containing the terminal authorization response, t
stoty commented on code in PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#discussion_r1747045772
##
httpclient5/src/main/java/org/apache/hc/client5/http/auth/KerberosConfig.java:
##
@@ -53,25 +49,28 @@ public enum Option {
public static final Kerb
stoty commented on code in PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#discussion_r1747050129
##
httpclient5/src/main/java/org/apache/hc/client5/http/auth/KerberosConfig.java:
##
@@ -53,25 +49,28 @@ public enum Option {
public static final Kerb
stoty commented on code in PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#discussion_r1747053464
##
httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/GGSSchemeBase.java:
##
@@ -60,69 +60,167 @@
*
* @since 4.2
*
- * @deprecated Do not u
stoty commented on code in PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#discussion_r1747054195
##
httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/GGSSchemeBase.java:
##
@@ -138,7 +236,9 @@ protected byte[] generateGSSToken(
fina
stoty commented on code in PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#discussion_r1747058337
##
httpclient5/src/main/java/org/apache/hc/client5/http/impl/DefaultAuthenticationStrategy.java:
##
@@ -68,6 +68,8 @@ public class DefaultAuthenticationStrat
umlublin opened a new pull request, #578:
URL: https://github.com/apache/httpcomponents-client/pull/578
Without this flag actual code will be using NTLMv2Session response instead
of NTLMv2 response.
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
ok2c commented on PR #578:
URL:
https://github.com/apache/httpcomponents-client/pull/578#issuecomment-2334285946
@umlublin We, as a project, no longer support NTLM. I can merge your change
as is, not having a slightest idea what it does, but I cannot promise it will
ever make into a releas
ok2c merged PR #578:
URL: https://github.com/apache/httpcomponents-client/pull/578
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@hc.ap
10 matches
Mail list logo