[jira] [Resolved] (HTTPCLIENT-1347) gzip responses doubly cached

2023-06-21 Thread Oleg Kalnichevski (Jira)
[ 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

[jira] [Commented] (HTTPCLIENT-1347) gzip responses doubly cached

2023-06-21 Thread Oleg Kalnichevski (Jira)
[ 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

New HttpComponents committer Arturo Bernal

2023-06-21 Thread Oleg Kalnichevski
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 --

Re: New HttpComponents committer Arturo Bernal

2023-06-21 Thread Arturo Bernal
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

[GitHub] [httpcomponents-core] ok2c commented on a diff in pull request #410: [HTTPCORE-747]: add information about the minimum requirement for stable test execution

2023-06-21 Thread via GitHub
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

[ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-06-21 Thread Oleg Kalnichevski
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

[jira] [Updated] (HTTPCORE-747) Some flaky tests

2023-06-21 Thread Oleg Kalnichevski (Jira)
[ 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 > -

[GitHub] [httpcomponents-core] Agorguy commented on a diff in pull request #410: [HTTPCORE-747]: add information about the minimum requirement for stable test execution

2023-06-21 Thread via GitHub
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

[GitHub] [httpcomponents-core] Agorguy commented on a diff in pull request #410: [HTTPCORE-747]: add information about the minimum requirement for stable test execution

2023-06-21 Thread via GitHub
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

[jira] [Created] (HTTPCLIENT-2280) HostnameVerifier does not support using IP address in CN

2023-06-21 Thread Yannick Dylla (Jira)
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

[GitHub] [httpcomponents-client] ydylla opened a new pull request, #459: HTTPCLIENT-2280: HostnameVerifier: Allow using IP address in CN again (without subject alts)

2023-06-21 Thread via GitHub
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

[jira] [Commented] (HTTPCLIENT-2280) HostnameVerifier does not support using IP address in CN

2023-06-21 Thread Yannick Dylla (Jira)
[ 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

[jira] [Commented] (HTTPCLIENT-2280) HostnameVerifier does not support using IP address in CN

2023-06-21 Thread Oleg Kalnichevski (Jira)
[ 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

[jira] [Commented] (HTTPCLIENT-2280) HostnameVerifier does not support using IP address in CN

2023-06-21 Thread Yannick Dylla (Jira)
[ 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

[jira] [Closed] (HTTPCLIENT-2280) HostnameVerifier does not support using IP address in CN

2023-06-21 Thread Yannick Dylla (Jira)
[ 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 > ---

[GitHub] [httpcomponents-client] ydylla closed pull request #459: HTTPCLIENT-2280: HostnameVerifier: Allow using IP address in CN again (without subject alts)

2023-06-21 Thread via GitHub
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

[GitHub] [httpcomponents-core] ok2c commented on a diff in pull request #410: [HTTPCORE-747]: add information about the minimum requirement for stable test execution

2023-06-21 Thread via GitHub
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

[GitHub] [httpcomponents-core] ok2c merged pull request #410: [HTTPCORE-747]: add information about the minimum requirement for stable test execution

2023-06-21 Thread via GitHub
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

[jira] [Commented] (HTTPCORE-747) Some flaky tests

2023-06-21 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Updated] (HTTPCORE-747) Some flaky tests

2023-06-21 Thread Oleg Kalnichevski (Jira)
[ 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

[GitHub] [httpcomponents-client] ok2c opened a new pull request, #460: HTTPCLIENT-2277: Revision and optimization of cache key generation

2023-06-21 Thread via GitHub
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

[GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #460: HTTPCLIENT-2277: Revision and optimization of cache key generation

2023-06-21 Thread via GitHub
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

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #460: HTTPCLIENT-2277: Revision and optimization of cache key generation

2023-06-21 Thread via GitHub
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

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #460: HTTPCLIENT-2277: Revision and optimization of cache key generation

2023-06-21 Thread via GitHub
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

[GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #460: HTTPCLIENT-2277: Revision and optimization of cache key generation

2023-06-21 Thread via GitHub
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

[GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #460: HTTPCLIENT-2277: Revision and optimization of cache key generation

2023-06-21 Thread via GitHub
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