ok2c merged PR #475:
URL: https://github.com/apache/httpcomponents-client/pull/475
--
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
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756734#comment-17756734
]
ASF subversion and git services commented on HTTPCLIENT-2277:
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756736#comment-17756736
]
ASF subversion and git services commented on HTTPCLIENT-2277:
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756737#comment-17756737
]
ASF subversion and git services commented on HTTPCLIENT-2277:
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756735#comment-17756735
]
ASF subversion and git services commented on HTTPCLIENT-2277:
The Apache HttpComponents project is pleased to announce 5.3-alpha1
release of HttpComponents HttpClient.
This is the first release in the 5.3 release series that introduces
support for the Bearer authentication scheme (RFC 6750) and deprecates
NTLM and GSS based experimental authentication scheme
The Apache HttpComponents project is pleased to announce 5.3-alpha1
release of HttpComponents HttpClient.
This is the first release in the 5.3 release series that introduces
support for the Bearer authentication scheme (RFC 6750) and deprecates
NTLM and GSS based experimental authentication scheme
[
https://issues.apache.org/jira/browse/HTTPCLIENT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCLIENT-1874:
--
Fix Version/s: 5.3-alpha1
(was: Stuck)
> Exponentia
[
https://issues.apache.org/jira/browse/HTTPCLIENT-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCLIENT-1598:
--
Fix Version/s: (was: Stuck)
> Native Windows Negotiate/NTLM via JNA +
[
https://issues.apache.org/jira/browse/HTTPCLIENT-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCLIENT-1561:
--
Fix Version/s: (was: Stuck)
> InitializeSecurityContext in WinHttpClie
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756930#comment-17756930
]
ASF subversion and git services commented on HTTPCLIENT-2284:
ok2c opened a new pull request, #477:
URL: https://github.com/apache/httpcomponents-client/pull/477
* request URI stored in cache is now normalized and is presently expected to
be the same as the root key
* removed references to variant cache keys from the cache entry
* Variants in roo
ok2c commented on PR #477:
URL:
https://github.com/apache/httpcomponents-client/pull/477#issuecomment-1686366530
@arturobernalg Here's what I hope is going to be the last round of changes
to the HttpCacheEntry and the related classes. This change-set should also help
partially resolve HTTP
vismayku commented on PR #416:
URL:
https://github.com/apache/httpcomponents-core/pull/416#issuecomment-1686494868
ACK. I'm working on it.
--
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 spe
vismayku commented on PR #416:
URL:
https://github.com/apache/httpcomponents-core/pull/416#issuecomment-1686688525
I'm seeing an un-related test case failure. I am seeing the same failure
even with freshly checked out repo.
```
[ERROR] Failures:
[ERROR] ClassicRequestBuilde
github-code-scanning[bot] commented on code in PR #416:
URL:
https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300532354
##
httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java:
##
@@ -141,4 +142,20 @@
return s.toLowerCase(Locale.ROOT);
arturobernalg commented on code in PR #416:
URL:
https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300585619
##
httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java:
##
@@ -141,4 +142,20 @@
return s.toLowerCase(Locale.ROOT);
}
+/
arturobernalg commented on code in PR #416:
URL:
https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300585619
##
httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java:
##
@@ -141,4 +142,20 @@
return s.toLowerCase(Locale.ROOT);
}
+/
ok2c commented on code in PR #416:
URL:
https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300599092
##
httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java:
##
@@ -141,4 +142,20 @@
return s.toLowerCase(Locale.ROOT);
}
+/**
+
ok2c commented on code in PR #416:
URL:
https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300599092
##
httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java:
##
@@ -141,4 +142,20 @@
return s.toLowerCase(Locale.ROOT);
}
+/**
+
arturobernalg commented on code in PR #477:
URL:
https://github.com/apache/httpcomponents-client/pull/477#discussion_r1300653728
##
httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/HttpByteArrayCacheEntrySerializer.java:
##
@@ -328,7 +330,7 @@ public HttpCa
21 matches
Mail list logo