[jira] [Created] (HTTPCLIENT-2338) Accept-Encoding lost on request retrying

2024-09-06 Thread Jira
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2024-09-06 Thread via GitHub
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2024-09-06 Thread via GitHub
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2024-09-06 Thread via GitHub
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2024-09-06 Thread via GitHub
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2024-09-06 Thread via GitHub
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2024-09-06 Thread via GitHub
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

[PR] Fix NTLMv2 auth problems for AD 2012 and above [httpcomponents-client]

2024-09-06 Thread via GitHub
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

Re: [PR] Fix NTLMv2 auth problems for AD 2012 and above [httpcomponents-client]

2024-09-06 Thread via GitHub
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

Re: [PR] Fix NTLMv2 auth problems for AD 2012 and above [httpcomponents-client]

2024-09-06 Thread via GitHub
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