Re: Issue with httpcore5 from 5.3-alpha2 to 5.3-beta1

2024-06-29 Thread Gary D. Gregory
Great debug breakoint, thank you Oleg! - On macOS the Commons VFS runs all the way through - On my local Windows the SingleAuthorityResolver has a URIAuthority of "host.docker.internal" - I don't know what GitHub sees So I think where the tests hard-code "localhost", I'll have to replace that

Re: [VOTE] Release HttpCore 5.2.5 based on RC1

2024-06-27 Thread Gary D. Gregory
+1 Tested src zip - ASC OK - SHA512 OK; shasum --check now works! :) - On Windows, tested: mvn clean verify -P !use-toolchains BUT using git's bash install on Windows 10 (which is really a MINGW64 install), I got the following failure the first time I ran a build (before trying plain Windows,

Re: HttpCore 5.2.5 release notes

2024-06-26 Thread Gary D. Gregory
I made some minor changes; looks good otherwise. TY Oleg! Gary On 2024/06/26 13:52:24 Oleg Kalnichevski wrote: > Folks > > Please do review and amend HttpCore 5.2.5 release notes as you deem > appropriate. > > > https://github.com/apache/httpcomponents-core/blob/5.2.x/RELEASE_NOTES.txt > >

[jira] [Commented] (HTTPCORE-767) Update JSSEProviderIntegrationTest to skip conscript when on ppc64le

2024-06-21 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17856820#comment-17856820 ] Gary D. Gregory commented on HTTPCORE-767: -- It would be nice to have a ppc64le build on GitHub

Re: [VOTE] Release HttpCore 5.3-beta1 based on RC1

2024-06-14 Thread Gary D. Gregory
19 OpenJDK Runtime Environment Temurin-22+36 (build 22+36) OpenJDK 64-Bit Server VM Temurin-22+36 (build 22+36, mixed mode, sharing) openjdk version "23-ea" 2024-09-17 OpenJDK Runtime Environment (build 23-ea+27-2275) OpenJDK 64-Bit Server VM (build 23-ea+27-2275, mixed mode, sharin

Re: [VOTE] Release HttpCore 5.3-beta1 based on RC1

2024-06-14 Thread Gary D. Gregory
+1 I tested the src zip file. - ASC OK - SHA512 visual inspection OK, 'shasum --check httpcomponents-core-5.3-beta1-src.zip.sha512' fails with 'shasum: httpcomponents-core-5.3-beta1-src.zip.sha512: no properly formatted SHA checksum lines found' - mvn clean verify Tested with Java 17:

Re: HttpCore 5.3 / HttpClient 5.4 BETA1; Re: HttpCore 5.3 / HttpClient 5.4 GA soon?

2024-06-13 Thread Gary D. Gregory
> > it, > > > I won't vote against a release unless I have decent evidence of a > > > regression. > > > > > > > Gary, Ryan, et al > > > > There is no problem with delaying the GA Release as long as people are > > actually testing. Let's

[jira] [Commented] (HTTPCLIENT-2329) BasicHttpClientConnectionManager reuses closed connection objects

2024-06-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851849#comment-17851849 ] Gary D. Gregory commented on HTTPCLIENT-2329: - [~ttang]  I just uploaded a build

[jira] [Commented] (HTTPCLIENT-2329) BasicHttpClientConnectionManager reuses closed connection objects

2024-06-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851820#comment-17851820 ] Gary D. Gregory commented on HTTPCLIENT-2329: - [~ttang]  Point your POM to [https

Re: HttpCore 5.3 / HttpClient 5.4 GA soon?

2024-05-21 Thread Gary D. Gregory
Well, crud using snapshot builds of Core and Client leaves me with the same failures. I'll have to debug ASAP, a little later today. Gary On 2024/05/20 19:42:17 "Gary D. Gregory" wrote: > Hi All, > > With out proprietary project which I obviously can't share I see so

Re: HttpCore 5.3 / HttpClient 5.4 GA soon?

2024-05-20 Thread Gary D. Gregory
Hi All, With out proprietary project which I obviously can't share I see some test failures updating: - Core from 5.2.4 to 5.3-alpha2 and - Client from 5.3.1 to 5.4-alpha2 The good news is that there only 9 tests failing out of thousands but a lot of our tests also don't use HC. In fact,

Re: QUIC & HTTP/3; Re: Development plans beyond HC 5.4

2024-03-14 Thread Gary D. Gregory
On 2024/03/14 12:49:37 Oleg Kalnichevski wrote: > On Mon, 2024-03-11 at 21:52 -0400, Gary Gregory wrote: > > > Hi Oleg, > > > > > > Thank your for starting this conversation. More below. > > > > > > On Mon, Mar 11, 2024 at 10:11 AM Oleg Kalnichevski > > > > wrote: > > > > > > > > > > > > ...

Re: [VOTE] Release HttpClient 5.4-alpha2 based on RC1

2024-03-07 Thread Gary D. Gregory
+1 ASC OK SHA512 OK mvn clean verify OK with Java 17 and Java 8 in the toolchain. Gary On 2024/03/07 08:07:58 Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.4-alpha2. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC

[jira] [Commented] (HTTPCLIENT-2317) The license in the httpclient5 artifact on Maven central is not correct.

2024-02-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17814767#comment-17814767 ] Gary D. Gregory commented on HTTPCLIENT-2317: - Isn't the NOTICE file the right place

Re: HttpCore 5.3 alpha1 release notes

2023-12-14 Thread Gary D. Gregory
I made some minor edits. TY Oleg! Gary On 2023/12/14 10:52:45 Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpCore 5.3 alpha1 release notes as you deem > necessary: > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > That would also be the

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792559#comment-17792559 ] Gary D. Gregory commented on HTTPCORE-746: -- [~olegk] I can only imagine you misinterpreted

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792551#comment-17792551 ] Gary D. Gregory commented on HTTPCORE-746: -- [~kliakos]  If you want to help, you can update

[jira] [Commented] (HTTPCLIENT-2311) Http Client not working anymore with SSL configuration

2023-11-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17791023#comment-17791023 ] Gary D. Gregory commented on HTTPCLIENT-2311: - This duplicates HTTPCLIENT-2292. Search

[jira] [Resolved] (HTTPCLIENT-2311) Http Client not working anymore with SSL configuration

2023-11-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved HTTPCLIENT-2311. - Fix Version/s: 5.2.3 (was: 5.2.1) Resolution

Re: [VOTE] Release HttpClient 5.2.3 based on RC1

2023-11-28 Thread Gary D. Gregory
+1 - Testing src zip file - ASC file OK - SHA512 file OK - mvn clean verify - Microsoft Windows [Version 10.0.19045.3570] - Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: C:\java\apache-maven-3.9.5 Java version: 17.0.8, vendor: Eclipse Adoptium, runtime: C:\Program

Re: HttpClient 5.2.3 release notes

2023-11-28 Thread Gary D. Gregory
I made an issue description more precise. TY Oleg! Gary On 2023/11/28 10:40:54 Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpClient 5.2.3 release notes as you deem > necessary. > > https://github.com/apache/httpcomponents-client/blob/5.2.x/RELEASE_NOTES.txt > > Oleg > >

[jira] [Commented] (HTTPCLIENT-2292) SOCKS proxy configuration is not working

2023-11-27 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17790130#comment-17790130 ] Gary D. Gregory commented on HTTPCLIENT-2292: - I updated the version to show

[jira] [Updated] (HTTPCLIENT-2292) SOCKS proxy configuration is not working

2023-11-27 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated HTTPCLIENT-2292: Fix Version/s: 5.2.3 (was: 5.2.2) Affects

[jira] [Comment Edited] (HTTPCLIENT-2303) a shaded version of apache http client

2023-10-12 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17774516#comment-17774516 ] Gary D. Gregory edited comment on HTTPCLIENT-2303 at 10/12/23 1:32 PM

[jira] [Commented] (HTTPCLIENT-2303) a shaded version of apache http client

2023-10-12 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17774516#comment-17774516 ] Gary D. Gregory commented on HTTPCLIENT-2303: - -1 to shadding anything, it's a receipt

[jira] [Commented] (HTTPCLIENT-2282) Handle java.net.SocketException: Connection reset more gracefully

2023-07-11 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17742057#comment-17742057 ] Gary D. Gregory commented on HTTPCLIENT-2282: - Hi [~kwin]  It is unlikely that the 4.x

[jira] [Assigned] (HTTPCLIENT-1843) Create module httpclient5-compress to use Apache Commons Compress

2023-06-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory reassigned HTTPCLIENT-1843: --- Assignee: Gary D. Gregory > Create module httpclient5-compress to

[jira] [Commented] (HTTPCORE-750) H2ConnPool creates too many conns under high load at initialization time

2023-06-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729128#comment-17729128 ] Gary D. Gregory commented on HTTPCORE-750: -- If Oleg is not available to cut a release

[jira] [Commented] (HTTPCLIENT-2278) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol

2023-05-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17726324#comment-17726324 ] Gary D. Gregory commented on HTTPCLIENT-2278: - In my JDBC use case, the APIs were

[jira] [Commented] (HTTPCLIENT-2278) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol

2023-05-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17726190#comment-17726190 ] Gary D. Gregory commented on HTTPCLIENT-2278: - In the same theme, I've had to deal

[jira] [Resolved] (HTTPCORE-745) ContentType.create(String, NameValuePair...) should make a defensive copy of its input array

2023-05-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved HTTPCORE-745. -- Fix Version/s: 5.3-alpha1 Resolution: Fixed > ContentType.create(Str

Re: Parsing RFC2231 or newer spec'd data

2023-05-02 Thread Gary D. Gregory
On 2023/05/01 21:19:35 Michael Osipov wrote: > Am 2023-05-01 um 22:46 schrieb Gary Gregory: > > Well, that puts a nail in that coffin. Thank you for the details. > > BUT, you have to look into Apache James which has a decent MIME parser > which we are using at work. I would say that it is enough

[jira] [Commented] (HTTPCLIENT-2159) Invalid handling of charset content type parameter

2023-05-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17718569#comment-17718569 ] Gary D. Gregory commented on HTTPCLIENT-2159: - WRT ContentType it sounds like for some

[jira] [Updated] (HTTPCORE-745) ContentType.create(String, NameValuePair...) should make a defensive copy of its input array

2023-05-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated HTTPCORE-745: - Description: The factory method {{ContentType.create(String, NameValuePair

[jira] [Updated] (HTTPCORE-745) ContentType.create(String, NameValuePair...) should make a defensive copy of its input array

2023-05-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated HTTPCORE-745: - External issue URL: https://github.com/apache/httpcomponents-core/pull/404

[jira] [Created] (HTTPCORE-745) ContentType.create(String, NameValuePair...) should make a defensive copy of its input array

2023-05-02 Thread Gary D. Gregory (Jira)
Gary D. Gregory created HTTPCORE-745: Summary: ContentType.create(String, NameValuePair...) should make a defensive copy of its input array Key: HTTPCORE-745 URL: https://issues.apache.org/jira/browse

Parsing RFC2231 or newer spec'd data

2023-05-01 Thread Gary D. Gregory
Hi All, Over at Apache Commons FileUpload, I am helping to rework the code base for our upcoming 2.0 release. We have a whole package [1] of gnarly HTTP-related parsing for RFC2231 which I was hoping to replace with a dependency HC. (I want HC to be the reference for all things HTTP.) I see

[jira] [Comment Edited] (HTTPCORE-742) Cannot change requestUri of BasicHttpRequest if it has been set once

2023-04-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716797#comment-17716797 ] Gary D. Gregory edited comment on HTTPCORE-742 at 4/26/23 4:18 PM

[jira] [Commented] (HTTPCORE-742) Cannot change requestUri of BasicHttpRequest if it has been set once

2023-04-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716797#comment-17716797 ] Gary D. Gregory commented on HTTPCORE-742: -- Do you really expect the URI object references

[jira] [Commented] (HTTPCORE-737) HttpClient not working with Java 8 runtime

2023-03-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17706552#comment-17706552 ] Gary D. Gregory commented on HTTPCORE-737: -- But i thought we used a Maven toolchains file

[jira] [Commented] (HTTPCORE-737) HttpClient not working with Java 8 runtime

2023-03-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17706551#comment-17706551 ] Gary D. Gregory commented on HTTPCORE-737: -- Just use the compiler source and target properties

[jira] [Comment Edited] (HTTPCLIENT-2256) The CloseableHttpClient is shut down due to an java.lang.StackOverflowError exception

2023-01-11 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17675552#comment-17675552 ] Gary D. Gregory edited comment on HTTPCLIENT-2256 at 1/11/23 12:41 PM

[jira] [Commented] (HTTPCLIENT-2256) The CloseableHttpClient is shut down due to an java.lang.StackOverflowError exception

2023-01-11 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17675552#comment-17675552 ] Gary D. Gregory commented on HTTPCLIENT-2256: - Recovering from a JVM Error is out

Re: [VOTE][RESULT] Release HttpComponents HttpClient 5.2.1 based on RC1 (corrected)

2022-12-28 Thread Gary D. Gregory
That was meant for the _other_ vote thread obviously. Gary On 2022/12/28 16:36:34 "Gary D. Gregory" wrote: > I do not see httpcore5 5.2.1 on > https://search.maven.org/artifact/org.apache.httpcomponents.core5/httpcore5 > > What am I missing? > > Gary > &

Re: [VOTE][RESULT] Release HttpComponents HttpClient 5.2.1 based on RC1 (corrected)

2022-12-28 Thread Gary D. Gregory
I do not see httpcore5 5.2.1 on https://search.maven.org/artifact/org.apache.httpcomponents.core5/httpcore5 What am I missing? Gary On 2022/12/07 13:00:37 Oleg Kalnichevski wrote: > The vote to release HttpComponents HttpClient 5.2.1 based on RC1 has > passed with the following results > >

[jira] [Commented] (HTTPCLIENT-2254) Allow to use java.net.URL to create any instance of HttpUriRequest

2022-12-27 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17652216#comment-17652216 ] Gary D. Gregory commented on HTTPCLIENT-2254: - This is a case where Java's chosen

Broken site links to read mes

2022-12-08 Thread Gary D. Gregory
Hi all, FYI, on the page https://hc.apache.org/downloads.cgi The links to release notes are broken, for example https://downloads.apache.org/httpcomponents/httpclient/RELEASE_NOTES-5.2.1.x.txt Gary - To unsubscribe, e-mail:

Re: HttpClient 5.2.1 release notes

2022-12-05 Thread Gary D. Gregory
FYI but not that it matters much at this point, HTTPCORE-729 affects clients as well, for example, the PR that bumps Apache Commons VFS from 5.1.5 to 5.2 fails with this issue. java.lang.NullPointerException at

Re: Post-commit review policy

2022-11-17 Thread Gary D. Gregory
There's your answer Cater, it was intentional, unreviewed, and unilateral. On 2022/11/15 21:22:29 Oleg Kalnichevski wrote: > On Tue, 2022-11-15 at 15:41 -0500, Gary Gregory wrote: > > This is a distraction from the problem I brought up in another > > thread: Oleg > > erases other people's commits

Re: TLS over SOCKS broken in HC 5.2 and likely 5.1

2022-11-17 Thread Gary D. Gregory
My biggest worry is folks complaining about incompatibility with earlier SOCKS versions like SOCKK4 but I only see a passing reference to that on https://en.wikipedia.org/wiki/SOCKS#SOCKS5 without a precise reference to or in https://datatracker.ietf.org/doc/html/rfc1928 "The SOCKS5 protocol

Why are some commits erased from history?

2022-11-14 Thread Gary D. Gregory
Hi Oleg and All: Our commits mailing list reports that some commits I pushed today to httpcomponents-core were erased from history. Is this an innocent mistake in your use of git? See below for the email. Specifically the commits I do not see but are still in my local repo are discard

[jira] [Reopened] (HTTPCORE-725) generate the correct OSGI manifest entries to be a correct OSGI bundle

2022-11-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory reopened HTTPCORE-725: -- I set the issue to Resolved by mistake. > generate the correct OSGI manifest entr

[jira] [Commented] (HTTPCLIENT-2227) HttpClient API docs are not reachable

2022-11-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17634034#comment-17634034 ] Gary D. Gregory commented on HTTPCLIENT-2227: - I get the same error FWIW. > HttpCli

Re: Possible regression in HttpClient 5.2 vs 5.1.3

2022-11-14 Thread Gary D. Gregory
testing HC 5.2 as a drop in replacement for > 5.1.x, which it isn't, but 5.2.1 should be. > > Gary > > On Mon, Nov 14, 2022, 09:10 Oleg Kalnichevski wrote: > > > On Mon, 2022-11-14 at 13:51 +, Gary D. Gregory wrote: > > > On 2022/11/14 13:17:53 Oleg Kalnichevski

[jira] [Resolved] (HTTPCORE-725) generate the correct OSGI manifest entries to be a correct OSGI bundle

2022-11-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved HTTPCORE-725. -- Resolution: Fixed > generate the correct OSGI manifest entries to be a correct O

[jira] [Created] (HTTPCORE-729) NullPointerException at org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory.createHandler()

2022-11-14 Thread Gary D. Gregory (Jira)
Gary D. Gregory created HTTPCORE-729: Summary: NullPointerException at org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory.createHandler() Key: HTTPCORE-729 URL: https://issues.apache.org/jira

Re: Possible regression in HttpClient 5.2 vs 5.1.3

2022-11-14 Thread Gary D. Gregory
On 2022/11/14 13:17:53 Oleg Kalnichevski wrote: > On Mon, 2022-11-14 at 13:10 +0000, Gary D. Gregory wrote: > > What did you test exactly? Note that running the 5.2 async example > > from the HC repo is _not_ the test to perform. > > > > The failure is not specific to

Re: Possible regression in HttpClient 5.2 vs 5.1.3

2022-11-14 Thread Gary D. Gregory
but comes down to the fact that the behavior of 5.2 vs 5.1.3/5.1.4 is not compatible. I'm not sure what the best path forward is. Gary On 2022/11/14 12:48:17 Oleg Kalnichevski wrote: > On Sun, 2022-11-13 at 13:45 +0000, Gary D. Gregory wrote: > > So, logging using 5.1.3 l

Re: [VOTE] Release HttpClient 5.1.4 based on RC1

2022-11-14 Thread Gary D. Gregory
+1 Testing src zip, ASC, sha512, RAT, Clirr OK 'mvn clean install' I tested the regression found in https://lists.apache.org/thread/j5bs1djplzqhv6yn1r77nlwywmts871o and this version passes. Using: Microsoft Windows [Version 10.0.19044.2130] Apache Maven 3.8.6

Re: Possible regression in HttpClient 5.2 vs 5.1.3

2022-11-13 Thread Gary D. Gregory
2/11/13 13:43:04 "Gary D. Gregory" wrote: > I added a logging event at the very start of the handle() method. > > Gary > > On 2022/11/13 13:24:19 "Gary D. Gregory" wrote: > > On 2022/11/13 12:58:41 Oleg Kalnichevski wrote: > > > On Sat

Re: Possible regression in HttpClient 5.2 vs 5.1.3

2022-11-13 Thread Gary D. Gregory
I added a logging event at the very start of the handle() method. Gary On 2022/11/13 13:24:19 "Gary D. Gregory" wrote: > On 2022/11/13 12:58:41 Oleg Kalnichevski wrote: > > On Sat, 2022-11-12 at 23:21 +0000, Gary D. Gregory wrote: > > > Hi All: > > > &g

Re: Possible regression in HttpClient 5.2 vs 5.1.3

2022-11-13 Thread Gary D. Gregory
On 2022/11/13 12:58:41 Oleg Kalnichevski wrote: > On Sat, 2022-11-12 at 23:21 +0000, Gary D. Gregory wrote: > > Hi All: > > > > I am trying to bump HC from 5.1.3 to 5.2 in Apache Commons VFS and I > > get an odd failure. > > > > To reproduce: > >

Re: HttpClient 5.1.4 release notes

2022-11-13 Thread Gary D. Gregory
Fixed some minor typos. Gary On 2022/11/13 11:48:37 Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpClient 5.1.4 release notes as you deem > appropriate. > > https://github.com/apache/httpcomponents-client/blob/5.1.x/RELEASE_NOTES.txt > > Oleg > >

Possible regression in HttpClient 5.2 vs 5.1.3

2022-11-12 Thread Gary D. Gregory
Hi All: I am trying to bump HC from 5.1.3 to 5.2 in Apache Commons VFS and I get an odd failure. To reproduce: git clone https://gitbox.apache.org/repos/asf/commons-vfs.git cd commons-vfs Then, this works: mvn clean test-compile exec:java

Re: [VOTE] Release HttpCore 5.1.5 based on RC1

2022-11-10 Thread Gary D. Gregory
+1 Build from src zip, ASC, SHA, RAT OK, 'mvn clean verify' OK on: Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: C:\java\apache-maven-3.8.6 Java version: 1.8.0_345, vendor: Temurin, runtime: C:\Program Files\Eclipse Adoptium\jdk-8.0.345.1-hotspot\jre Default locale:

Re: HttpCore 5.1.5 release notes

2022-11-08 Thread Gary D. Gregory
LGTM! Thank you Oleg, Gary On 2022/11/08 16:43:27 Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpCore 5.1.5 as you deem appropriate. > > https://github.com/apache/httpcomponents-core/blob/5.1.x/RELEASE_NOTES.txt > > Oleg > >

[jira] [Commented] (HTTPCLIENT-2244) default response encoding is US.ASCII but it should be ISO-8859-1

2022-11-08 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17630489#comment-17630489 ] Gary D. Gregory commented on HTTPCLIENT-2244: - Can we not play follow the bouncing ball

Re: [VOTE] Release HttpClient 5.2 based on RC1

2022-11-07 Thread Gary D. Gregory
+1 Default Maven build OK from src zip; ASC and SHA OK. Using: Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: C:\java\apache-maven-3.8.6 Java version: 1.8.0_345, vendor: Temurin, runtime: C:\Program Files\Eclipse Adoptium\jdk-8.0.345.1-hotspot\jre Default locale:

Re: HttpClient 5.2 release notes

2022-11-06 Thread Gary D. Gregory
I fixed two small items. Looks good. Gary On 2022/11/06 15:54:00 Oleg Kalnichevski wrote: > Folks > > Please review and amend the HttpClient 5.2 release notes as you deem > appropriate. > > https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt > > Oleg > >

[jira] [Commented] (HTTPCLIENT-2234) remove dependency on commons-codec in older versions of http-client

2022-09-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600909#comment-17600909 ] Gary D. Gregory commented on HTTPCLIENT-2234: - Please, no. Shading is a horror show

[jira] [Commented] (HTTPCLIENT-2233) Metrics missing

2022-09-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17599920#comment-17599920 ] Gary D. Gregory commented on HTTPCLIENT-2233: - [~patrickjamesbarry]  You could open

[jira] [Commented] (HTTPCORE-720) High CPU usage noticed for Slow writing clients

2022-07-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17570833#comment-17570833 ] Gary D. Gregory commented on HTTPCORE-720: -- Hello [~sanojpunchihewa]  Version 4 is pretty old

[jira] [Commented] (HTTPCORE-715) Website at https://hc.apache.org lacks maven links to source code

2022-06-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17553745#comment-17553745 ] Gary D. Gregory commented on HTTPCORE-715: -- All of the relevant repositories are listed

[jira] [Deleted] (HTTPCLIENT-2208) gitmail.com

2022-03-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory deleted HTTPCLIENT-2208: > gitmail.com > --- > > Key: HTT

[jira] [Commented] (HTTPCLIENT-2197) HTTP client should not accept to send requests nor receive responses with illegal header names

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17477822#comment-17477822 ] Gary D. Gregory commented on HTTPCLIENT-2197: - [~nilsR] , Does using Oleg's suggestion

[jira] [Commented] (HTTPCLIENT-2197) HTTP client should not accept to send requests nor receive responses with illegal header names

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17477784#comment-17477784 ] Gary D. Gregory commented on HTTPCLIENT-2197: - We could add a \{STRICT, LENIENT} enum

[jira] [Comment Edited] (HTTPCORE-695) Unhandled CancelledKeyException during processPendingInterestOps leads to a shutdown of the underlying IOReactor

2021-11-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17438875#comment-17438875 ] Gary D. Gregory edited comment on HTTPCORE-695 at 11/4/21, 6:07 PM

[jira] [Commented] (HTTPCORE-695) Unhandled CancelledKeyException during processPendingInterestOps leads to a shutdown of the underlying IOReactor

2021-11-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17438875#comment-17438875 ] Gary D. Gregory commented on HTTPCORE-695: -- Does this happen using 4.4.14? > Unhand

[jira] [Commented] (HTTPCLIENT-2181) packaging commons codes causes conflicts

2021-10-08 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17426353#comment-17426353 ] Gary D. Gregory commented on HTTPCLIENT-2181: - What do you expect us to do here

[jira] [Commented] (HTTPCLIENT-2180) Pre-init minimum number of connections

2021-09-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17422303#comment-17422303 ] Gary D. Gregory commented on HTTPCLIENT-2180: - {quote}Secondly, someone should

[jira] [Commented] (HTTPCLIENT-2180) Pre-init minimum number of connections

2021-09-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17422146#comment-17422146 ] Gary D. Gregory commented on HTTPCLIENT-2180: - I know we do not want this project

[jira] [Commented] (HTTPCORE-650) Jvm nio bug in windows cause cpu spike

2021-07-27 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17388043#comment-17388043 ] Gary D. Gregory commented on HTTPCORE-650: -- It would be interesting to see what happens

[jira] [Commented] (HTTPCLIENT-1698) Hostname verification fails when using URL with literal IPv6 address

2021-04-30 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17337325#comment-17337325 ] Gary D. Gregory commented on HTTPCLIENT-1698: - Isn't RestEasy 3.0.4 from 2013? Does

[jira] [Commented] (HTTPCLIENT-2150) Update to Apache Commons Codec 1.15

2021-04-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17318594#comment-17318594 ] Gary D. Gregory commented on HTTPCLIENT-2150: - Commons Codec 1.12 and above requires

[jira] [Commented] (HTTPCLIENT-2138) Debug Log level logs sensitive information

2021-02-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17286444#comment-17286444 ] Gary D. Gregory commented on HTTPCLIENT-2138: - This is all about logging configuration

[jira] [Commented] (HTTPCLIENT-2024) NoHttpResponseException on high Load

2021-02-16 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17285528#comment-17285528 ] Gary D. Gregory commented on HTTPCLIENT-2024: - I do not think we should change our

[jira] [Commented] (HTTPCORE-665) add http status code 509 Bandwidth Limit Exceeded (Unofficial code)

2021-02-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279683#comment-17279683 ] Gary D. Gregory commented on HTTPCORE-665: -- I agree that we should not give meaning

[jira] [Resolved] (HTTPCLIENT-2124) NullPointerException in org.apache.hc.client5.http.impl.classic.MinimalHttpClient.doExecute(HttpHost, ClassicHttpRequest, HttpContext)

2020-10-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved HTTPCLIENT-2124. - Fix Version/s: 5.0.4 Resolution: Fixed In git master

[jira] [Updated] (HTTPCLIENT-2124) NullPointerException in org.apache.hc.client5.http.impl.classic.MinimalHttpClient.doExecute(HttpHost, ClassicHttpRequest, HttpContext)

2020-10-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated HTTPCLIENT-2124: Description: NullPointerException in org.apache.hc.client5

[jira] [Assigned] (HTTPCLIENT-2124) NullPointerException in org.apache.hc.client5.http.impl.classic.MinimalHttpClient.doExecute(HttpHost, ClassicHttpRequest, HttpContext)

2020-10-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory reassigned HTTPCLIENT-2124: --- Assignee: Gary D. Gregory > NullPointerExcept

[jira] [Updated] (HTTPCLIENT-2124) NullPointerException in org.apache.hc.client5.http.impl.classic.MinimalHttpClient.doExecute(HttpHost, ClassicHttpRequest, HttpContext)

2020-10-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated HTTPCLIENT-2124: Description: NullPointerException in {{org.apache.hc.client5

[jira] [Updated] (HTTPCLIENT-2124) NullPointerException in org.apache.hc.client5.http.impl.classic.MinimalHttpClient.doExecute(HttpHost, ClassicHttpRequest, HttpContext)

2020-10-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated HTTPCLIENT-2124: Description: {{NullPointerException}} in {{org.apache.hc.client5

[jira] [Updated] (HTTPCLIENT-2124) NullPointerException in org.apache.hc.client5.http.impl.classic.MinimalHttpClient.doExecute(HttpHost, ClassicHttpRequest, HttpContext)

2020-10-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated HTTPCLIENT-2124: Summary: NullPointerException in org.apache.hc.client5

[jira] [Created] (HTTPCLIENT-2124) Null

2020-10-25 Thread Gary D. Gregory (Jira)
Gary D. Gregory created HTTPCLIENT-2124: --- Summary: Null Key: HTTPCLIENT-2124 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2124 Project: HttpComponents HttpClient Issue Type

[jira] [Commented] (HTTPCORE-650) Jvm nio bug in windows cause cpu spike

2020-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17215930#comment-17215930 ] Gary D. Gregory commented on HTTPCORE-650: -- What happens when you try a more current version

[jira] [Commented] (HTTPCORE-650) Jvm nio bug in windows cause cpu spike

2020-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17215922#comment-17215922 ] Gary D. Gregory commented on HTTPCORE-650: -- [~horizonzy] The best would be a small program

[jira] [Commented] (HTTPCORE-637) Provide a state of the art RFC 3986 compliant URI class

2020-07-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17155479#comment-17155479 ] Gary D. Gregory commented on HTTPCORE-637: -- [~michael-o] "I would say now." ->

[jira] [Comment Edited] (HTTPCORE-637) Provide a state of the art RFC 3986 compliant URI class

2020-07-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17155431#comment-17155431 ] Gary D. Gregory edited comment on HTTPCORE-637 at 7/10/20, 12:22 PM

[jira] [Comment Edited] (HTTPCORE-637) Provide a state of the art RFC 3986 compliant URI class

2020-07-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17155431#comment-17155431 ] Gary D. Gregory edited comment on HTTPCORE-637 at 7/10/20, 12:22 PM

[jira] [Commented] (HTTPCORE-637) Provide a state of the art RFC 3986 compliant URI class

2020-07-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17155431#comment-17155431 ] Gary D. Gregory commented on HTTPCORE-637: -- Would we consider supporting different RFCs

  1   2   >