Re: Issue in CSS render with tomcat version 8.5.58 onwards

2021-03-12 Thread Martin Grigorov
Hi, On Sat, Mar 13, 2021, 08:16 Shiv Garg wrote: > Hi Team, > we have clients reporting issues with tomcat 8.5.58 version onwards, > stating that CSS is not loading properly in chrome/FF browser. > Please explain more what exactly does not work. Even better create a simple application that demo

Re: Does Tomcat JDBC Connection Pool reset autocommit on closed connections?

2021-03-12 Thread Christopher Schultz
Alex, On 3/12/21 16:32, My Subs wrote: On Fri, 12 Mar 2021 02:35:27 -0500 Mark Thomas wrote > On 12/03/2021 03:57, My Subs wrote: > > Hello, > > > > I'm using Tomcat 10.0.0. Suppose I call setAutoCommit(false) on a connection obtained from a Tomcat JDBC Connection Pool. T

Re: Unable to read the orginal url when host header is specified.

2021-03-12 Thread Christopher Schultz
Anaurag, On 3/11/21 20:50, Anurag Sharma wrote: My code is running on local host and i am hitting one of my urls as below curl -k -vv --http1.1 "https://localhost:8443/versa/login"; -H 'Host: google.com' What do you think curl is sending to the server with the above command? The -vv suggests t

Re: Does Tomcat JDBC Connection Pool reset autocommit on closed connections?

2021-03-12 Thread My Subs
On Fri, 12 Mar 2021 02:35:27 -0500 Mark Thomas wrote > On 12/03/2021 03:57, My Subs wrote: > > Hello, > > > > I'm using Tomcat 10.0.0. Suppose I call setAutoCommit(false) on a > > connection obtained from a Tomcat JDBC Connection Pool. Then I do some > > stuff with the con

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.44]

2021-03-12 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Unable to read the orginal url when host header is specified.

2021-03-12 Thread Anurag Sharma
I am using 9.0.31 Get Outlook for Android From: Mark Thomas Sent: Thursday, March 11, 2021, 11:27 PM To: users@tomcat.apache.org Subject: Re: Unable to read the orginal url when host header is specified. On 12/03/2021 01:50, Anurag Sharma