Re: Understanding issues with connection refused when redirecting internally

2021-04-12 Thread Peter Chamberlain
On Mon, 12 Apr 2021, 09:07 Mark Thomas, wrote: > On 11/04/2021 11:03, Peter Chamberlain wrote: > > > > > I've been investigating this some more, as I'm not convinced nio2 isn't > > behaving strangely in this case. I think there may of been some sort of > > reversion as it is much less likely to

Re: Understanding issues with connection refused when redirecting internally

2021-04-12 Thread Mark Thomas
On 11/04/2021 11:03, Peter Chamberlain wrote: I've been investigating this some more, as I'm not convinced nio2 isn't behaving strangely in this case. I think there may of been some sort of reversion as it is much less likely to refuse connections for nio2 in tomcat 9.0.13 when compared to

Re: Understanding issues with connection refused when redirecting internally

2021-04-11 Thread Peter Chamberlain
On Fri, 9 Apr 2021 at 18:12, Peter Chamberlain wrote: > > > On Fri, 9 Apr 2021, 14:10 Christopher Schultz, < > ch...@christopherschultz.net> wrote: > >> Peter, >> >> On 4/9/21 06:53, Peter Chamberlain wrote: >> > Hello, >> > I've been trying to understand the behaviour of tomcat when handling >>

Re: Understanding issues with connection refused when redirecting internally

2021-04-09 Thread Peter Chamberlain
On Fri, 9 Apr 2021, 14:10 Christopher Schultz, wrote: > Peter, > > On 4/9/21 06:53, Peter Chamberlain wrote: > > Hello, > > I've been trying to understand the behaviour of tomcat when handling > > internal redirects. I'm testing using tomcat 9.0.38. I'm testing using > > jdk8 1.8.0_265. My main

Re: Understanding issues with connection refused when redirecting internally

2021-04-09 Thread Peter Chamberlain
On Fri, 9 Apr 2021, 14:29 Mark Thomas, wrote: > On 09/04/2021 11:53, Peter Chamberlain wrote: > > Hello, > > I've been trying to understand the behaviour of tomcat when handling > > internal redirects. I'm testing using tomcat 9.0.38. I'm testing using > > jdk8 1.8.0_265. My main test cases have

Re: Understanding issues with connection refused when redirecting internally

2021-04-09 Thread Mark Thomas
On 09/04/2021 11:53, Peter Chamberlain wrote: Hello, I've been trying to understand the behaviour of tomcat when handling internal redirects. I'm testing using tomcat 9.0.38. I'm testing using jdk8 1.8.0_265. My main test cases have been 2 forwards to the same servlet, and then a response. Or 2

Re: Understanding issues with connection refused when redirecting internally

2021-04-09 Thread Christopher Schultz
Peter, On 4/9/21 06:53, Peter Chamberlain wrote: Hello, I've been trying to understand the behaviour of tomcat when handling internal redirects. I'm testing using tomcat 9.0.38. I'm testing using jdk8 1.8.0_265. My main test cases have been 2 forwards to the same servlet, and then a response.

Understanding issues with connection refused when redirecting internally

2021-04-09 Thread Peter Chamberlain
Hello, I've been trying to understand the behaviour of tomcat when handling internal redirects. I'm testing using tomcat 9.0.38. I'm testing using jdk8 1.8.0_265. My main test cases have been 2 forwards to the same servlet, and then a response. Or 2 redirects to the same servlet and then a