Re: Possible bug in RedirectExec in HttpClient 5.0-beta7

2020-02-18 Thread Oleg Kalnichevski
On Tue, 2020-02-18 at 20:35 +0100, Michael Osipov wrote: > Am 2020-02-18 um 10:07 schrieb Oleg Kalnichevski: > > On Mon, 2020-02-17 at 21:28 +0100, Michael Osipov wrote: > > > Folks, > > > > > > I have continued to fiddle a bit more with the redirector in > > > HttpClient > > > 5.0. I have

Re: Possible bug in RedirectExec in HttpClient 5.0-beta7

2020-02-18 Thread Michael Osipov
Am 2020-02-18 um 10:07 schrieb Oleg Kalnichevski: On Mon, 2020-02-17 at 21:28 +0100, Michael Osipov wrote: Folks, I have continued to fiddle a bit more with the redirector in HttpClient 5.0. I have modified my servlet code to respond with 307 from within a Tomcat valve which immediately kicks

Re: Fail non-repeatable requests when following redirects

2020-02-18 Thread Michael Osipov
Am 2020-02-18 um 10:50 schrieb Oleg Kalnichevski: On Mon, 2020-02-17 at 15:29 +0100, Michael Osipov wrote: Am 2020-02-17 um 14:11 schrieb Oleg Kalnichevski: On Sun, 2020-02-16 at 23:30 +0100, Michael Osipov wrote: Folks, I am working again on some stuff in Maven Wagon, WAGON-570. After some

Re: [ANNOUNCEMENT] HttpComponents Core 5.0 GA Released

2020-02-18 Thread Elliotte Rusty Harold
Also, could someone update the release notes on the website? They're still at 4.4.13. Thanks. On Tue, Feb 18, 2020 at 7:07 AM Elliotte Rusty Harold wrote: > > Is this fully API and behavior compatible with 4.x? If not, what has changed? > > On Tue, Feb 18, 2020 at 3:41 AM Oleg Kalnichevski

Re: [ANNOUNCEMENT] HttpComponents Core 5.0 GA Released

2020-02-18 Thread Elliotte Rusty Harold
Is this fully API and behavior compatible with 4.x? If not, what has changed? On Tue, Feb 18, 2020 at 3:41 AM Oleg Kalnichevski wrote: > > The Apache HttpComponents project is pleased to announce 5.0 GA release > of HttpComponents Core. > > This is the first stable (GA) release of HttpCore 5.0.

Re: Fail non-repeatable requests when following redirects

2020-02-18 Thread Oleg Kalnichevski
On Mon, 2020-02-17 at 15:29 +0100, Michael Osipov wrote: > Am 2020-02-17 um 14:11 schrieb Oleg Kalnichevski: > > On Sun, 2020-02-16 at 23:30 +0100, Michael Osipov wrote: > > > Folks, > > > > > > I am working again on some stuff in Maven Wagon, WAGON-570. After > > > some > > > tests I do not

Re: Possible bug in RedirectExec in HttpClient 5.0-beta7

2020-02-18 Thread Oleg Kalnichevski
On Mon, 2020-02-17 at 21:28 +0100, Michael Osipov wrote: > Folks, > > I have continued to fiddle a bit more with the redirector in > HttpClient > 5.0. I have modified my servlet code to respond with 307 from within > a > Tomcat valve which immediately kicks in after "Expect: 100-continue". > >

[ANNOUNCEMENT] HttpComponents Core 5.0 GA Released

2020-02-18 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0 GA release of HttpComponents Core. This is the first stable (GA) release of HttpCore 5.0. Notable changes and features included in the 5.0 series: * Support for HTTP/2 protocol and conformance to requirements and recommendations of