[
https://issues.apache.org/jira/browse/HTTPCLIENT-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1347.
---
Fix Version/s: 5.3-alpha1
(was: Stuck)
Reso
[
https://issues.apache.org/jira/browse/HTTPCLIENT-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735574#comment-17735574
]
Oleg Kalnichevski commented on HTTPCLIENT-1347:
---
This is how the same
Hi Arturo
As far as I understand you ASF user account should have been created by
now. You should now be able to push commits to the project
repositories. I have also added you as an administrator to our JIRA
projects.
Welcome onboard
Oleg
--
Hi Oleg,
I confirm that my ASF account is active and that I have administrative
access to the JIRA projects.,
kind regards
Arturo
On Wed, Jun 21, 2023 at 9:40 AM Oleg Kalnichevski wrote:
> Hi Arturo
>
> As far as I understand you ASF user account should have been created by
> now. You should
ok2c commented on code in PR #410:
URL:
https://github.com/apache/httpcomponents-core/pull/410#discussion_r1236616402
##
BUILDING.txt:
##
@@ -14,10 +14,17 @@ http://maven.apache.org/run-maven/index.html
(2) Executing test cases
-Execute the following command in order to co
The Apache HttpComponents project is pleased to announce 5.2.2 GA
release of HttpComponents Core.
This is a maintenance release that corrects several defects discovered
since release 5.2.1 including a major defect that can cause HTTP/2
connections allocate excessive amount of memory for their out
[
https://issues.apache.org/jira/browse/HTTPCORE-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCORE-747:
---
Fix Version/s: 5.2.3
(was: 5.2.2)
> Some flaky tests
> -
Agorguy commented on code in PR #410:
URL:
https://github.com/apache/httpcomponents-core/pull/410#discussion_r1236902765
##
BUILDING.txt:
##
@@ -14,10 +14,17 @@ http://maven.apache.org/run-maven/index.html
(2) Executing test cases
-Execute the following command in order to
Agorguy commented on code in PR #410:
URL:
https://github.com/apache/httpcomponents-core/pull/410#discussion_r1236902765
##
BUILDING.txt:
##
@@ -14,10 +14,17 @@ http://maven.apache.org/run-maven/index.html
(2) Executing test cases
-Execute the following command in order to
Yannick Dylla created HTTPCLIENT-2280:
-
Summary: HostnameVerifier does not support using IP address in CN
Key: HTTPCLIENT-2280
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2280
Project: Ht
ydylla opened a new pull request, #459:
URL: https://github.com/apache/httpcomponents-client/pull/459
See https://issues.apache.org/jira/browse/HTTPCLIENT-2280
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735739#comment-17735739
]
Yannick Dylla commented on HTTPCLIENT-2280:
---
Here is my proposed fix:
htt
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735745#comment-17735745
]
Oleg Kalnichevski commented on HTTPCLIENT-2280:
---
> but I also see no
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735769#comment-17735769
]
Yannick Dylla commented on HTTPCLIENT-2280:
---
[~olegk] Thanks for the fast
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yannick Dylla closed HTTPCLIENT-2280.
-
Resolution: Invalid
> HostnameVerifier does not support using IP address in CN
> ---
ydylla closed pull request #459: HTTPCLIENT-2280: HostnameVerifier: Allow using
IP address in CN again (without subject alts)
URL: https://github.com/apache/httpcomponents-client/pull/459
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
ok2c commented on code in PR #410:
URL:
https://github.com/apache/httpcomponents-core/pull/410#discussion_r1237208416
##
BUILDING.txt:
##
@@ -14,10 +14,17 @@ http://maven.apache.org/run-maven/index.html
(2) Executing test cases
-Execute the following command in order to co
ok2c merged PR #410:
URL: https://github.com/apache/httpcomponents-core/pull/410
--
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.apac
[
https://issues.apache.org/jira/browse/HTTPCORE-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735792#comment-17735792
]
ASF subversion and git services commented on HTTPCORE-747:
--
Co
[
https://issues.apache.org/jira/browse/HTTPCORE-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCORE-747:
---
Component/s: (was: Documentation)
(was: HttpCor
ok2c opened a new pull request, #460:
URL: https://github.com/apache/httpcomponents-client/pull/460
Presently a lot of cache operations are sub-optimal and redundant. The same
cache key may be generated and the same cache lookup performed over and over
again in different places in the cours
arturobernalg commented on code in PR #460:
URL:
https://github.com/apache/httpcomponents-client/pull/460#discussion_r1237638924
##
httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/CacheKeyGenerator.java:
##
@@ -94,18 +96,67 @@ public String generateKey(fin
ok2c commented on code in PR #460:
URL:
https://github.com/apache/httpcomponents-client/pull/460#discussion_r1237675871
##
httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/BasicHttpAsyncCache.java:
##
@@ -90,11 +91,15 @@ public BasicHttpAsyncCache(final Res
ok2c commented on code in PR #460:
URL:
https://github.com/apache/httpcomponents-client/pull/460#discussion_r1237677682
##
httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/CacheKeyGenerator.java:
##
@@ -94,18 +96,67 @@ public String generateKey(final HttpHo
arturobernalg commented on code in PR #460:
URL:
https://github.com/apache/httpcomponents-client/pull/460#discussion_r1237701517
##
httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/CacheKeyGenerator.java:
##
@@ -94,18 +96,67 @@ public String generateKey(fin
arturobernalg commented on code in PR #460:
URL:
https://github.com/apache/httpcomponents-client/pull/460#discussion_r1237701517
##
httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/CacheKeyGenerator.java:
##
@@ -94,18 +96,67 @@ public String generateKey(fin
26 matches
Mail list logo