Missing 0-length chunk to mark the end of a response

2017-10-16 Thread John.E.Gregg
All, Hopefully I can explain this clearly... The short question is that my client is sometimes not getting the 0-length chunk at the end of the response from Tomcat, so my connections don't get reused. My Tomcat server is version 7.0.81. JDK is 1.8.0_144. I have a Jersey client, version

Consecutive double slashes in URLs

2017-10-16 Thread Maor Shiffman
Hi, We've recently upgraded our servers from 8.0.43 to 8.0.45 and URLs with consecutive double slashes that used to work such as http://www.domain.com/auth//signin.html stopped working - getting a 404. This happens on our production environment running Linux but also on our development

Re: Response change between 8.5.x and 8.0.x (and earlier versions) W.R.T. Line separator CRLF vs. LF

2017-10-16 Thread Net Dawg
Profuse apologies.  We are unable reproduce this.  However out tests were failing for another reason.   8.5.23 returns 400 error with header "HTTP/1.1 400" where as version 8.0.47 returns the same as "HTTP/1.1 400 Bad Request".  When the tests check for the legacy header they were failing.  As

More, Re: Weird problem: browsers refusing to connect; more "fun with ciphers clauses on the connector tag"

2017-10-16 Thread James H. H. Lampert
I just got finished going through 20 other customer Tomcat installations we administer. First, I found that most of them were accepting the DHE ciphers I'd disabled on the problem installation, and SSLLabs was giving them bad ratings for doing so. Second, I found that two of the other

Re: Response change between 8.5.x and 8.0.x (and earlier versions) W.R.T. Line separator CRLF vs. LF

2017-10-16 Thread Mark Thomas
On 16/10/17 18:48, Net Dawg wrote: > We are finding line separator has changed on Mac OS X in tomcat 8.5.23 > response relative to all previous versions of tomcat we tested (8.0.47, > 7.0.72 and 7.0.82).  We see nothing in change log to understand this change. > Specifically, 8.5.23 is

Re: Weird problem: browsers refusing to connect; more "fun with ciphers clauses on the connector tag"

2017-10-16 Thread Mark Thomas
On 16/10/17 17:57, James H. H. Lampert wrote: > Can somebody explain what just happened? > > This morning, we got a call from a customer whose Tomcat server (on > their own hardware) we administer. > > It seems that suddenly, and without any advance warning, all but the > oldest browsers were

Response change between 8.5.x and 8.0.x (and earlier versions) W.R.T. Line separator CRLF vs. LF

2017-10-16 Thread Net Dawg
We are finding line separator has changed on Mac OS X in tomcat 8.5.23 response relative to all previous versions of tomcat we tested (8.0.47, 7.0.72 and 7.0.82).  We see nothing in change log to understand this change. Specifically, 8.5.23 is generating CRLF in response (showing up as ^M in

Weird problem: browsers refusing to connect; more "fun with ciphers clauses on the connector tag"

2017-10-16 Thread James H. H. Lampert
Can somebody explain what just happened? This morning, we got a call from a customer whose Tomcat server (on their own hardware) we administer. It seems that suddenly, and without any advance warning, all but the oldest browsers were refusing to connect to the server, without offering any

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-16 Thread Chris Cheshire
On Fri, Oct 13, 2017 at 5:00 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > When you say you have "autocommit disabled in mysql config" what do > you mean? > /etc/my.cnf : [mysqld] autocommit=0 This turns off autocommit off as a default for