Issue with httpcore5 from 5.3-alpha2 to 5.3-beta1

2024-06-28 Thread Gary Gregory
Hi All, I am seeing an odd failure in Apache Commons VFS with this bump PR: Bump org.apache.httpcomponents.core5:httpcore5 from 5.3-alpha2 to 5.3-beta1 #559 https://github.com/apache/commons-vfs/pull/559 Is it possible that httpcore5 5.3-beta1 should only be used with a new and upcoming HC clien

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

2024-06-29 Thread Oleg Kalnichevski
On Fri, 2024-06-28 at 21:04 -0400, Gary Gregory wrote: > Hi All, > > I am seeing an odd failure in Apache Commons VFS with this bump PR: > > Bump org.apache.httpcomponents.core5:httpcore5 from 5.3-alpha2 to > 5.3-beta1 #559 > https://github.com/apache/commons-vfs/pull/559 > > Is it possible that

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 w

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

2024-06-29 Thread Oleg Kalnichevski
On Sat, 2024-06-29 at 13:22 +, Gary D. Gregory wrote: > 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