Re: Timestamp Error

2021-08-27 Thread Terence M. Bandoian
On 8/27/2021 2:31 PM, Jerry Malcolm wrote: On 8/27/2021 1:30 PM, Mark Eggers wrote: On 8/27/2021 11:16 AM, Jerry Malcolm wrote: On 8/27/2021 11:55 AM, Christopher Schultz wrote: Mark and Jerry, On 8/26/21 22:03, Mark Eggers wrote: Jerry, On 8/26/2021 6:35 PM, Jerry Malcolm wrote: I am

Re: Timestamp Error

2021-08-27 Thread Christopher Schultz
Jerry, On 8/27/21 14:16, Jerry Malcolm wrote: On 8/27/2021 11:55 AM, Christopher Schultz wrote: Mark and Jerry, On 8/26/21 22:03, Mark Eggers wrote: Jerry, On 8/26/2021 6:35 PM, Jerry Malcolm wrote: I am encountering a weird problem. I'm getting the following SQL error on an INSERT

Re: Timestamp Error

2021-08-27 Thread Christopher Schultz
Jerry, On 8/27/21 14:16, Jerry Malcolm wrote: On 8/27/2021 11:55 AM, Christopher Schultz wrote: Mark and Jerry, On 8/26/21 22:03, Mark Eggers wrote: Jerry, On 8/26/2021 6:35 PM, Jerry Malcolm wrote: I am encountering a weird problem. I'm getting the following SQL error on an INSERT

Re: Improve logging in org.apache.catalina.filters.RestCsrfPreventionFilter ?

2021-08-27 Thread Christopher Schultz
Polina, On 8/26/21 10:48, Polina Georgieva wrote: Currently the RestCsrfPreventionFilter is responding with 403 response when the csrf token sent in the request is different from the one stored in the session. However except the 403 response code visible in the http access log file, there’s no

Re: Timestamp Error

2021-08-27 Thread Jerry Malcolm
On 8/27/2021 1:30 PM, Mark Eggers wrote: On 8/27/2021 11:16 AM, Jerry Malcolm wrote: On 8/27/2021 11:55 AM, Christopher Schultz wrote: Mark and Jerry, On 8/26/21 22:03, Mark Eggers wrote: Jerry, On 8/26/2021 6:35 PM, Jerry Malcolm wrote: I am encountering a weird problem. I'm getting the

Re: Timestamp Error

2021-08-27 Thread Mark Eggers
On 8/27/2021 11:16 AM, Jerry Malcolm wrote: On 8/27/2021 11:55 AM, Christopher Schultz wrote: Mark and Jerry, On 8/26/21 22:03, Mark Eggers wrote: Jerry, On 8/26/2021 6:35 PM, Jerry Malcolm wrote: I am encountering a weird problem. I'm getting the following SQL error on an INSERT command.

Re: Timestamp Error

2021-08-27 Thread Jerry Malcolm
On 8/27/2021 11:55 AM, Christopher Schultz wrote: Mark and Jerry, On 8/26/21 22:03, Mark Eggers wrote: Jerry, On 8/26/2021 6:35 PM, Jerry Malcolm wrote: I am encountering a weird problem. I'm getting the following SQL error on an INSERT command.

Re: Query regarding maxConnections attribute

2021-08-27 Thread Christopher Schultz
Srijith, On 8/27/21 06:50, Srijith Kochunni wrote: We have a project requirement that we need to scale up to accept very high number of connections. I understand that setting maxConnections to -1 will disable the counting of the connections. I just wanted to know whether there are any

Re: Timestamp Error

2021-08-27 Thread Christopher Schultz
Mark and Jerry, On 8/26/21 22:03, Mark Eggers wrote: Jerry, On 8/26/2021 6:35 PM, Jerry Malcolm wrote: I am encountering a weird problem. I'm getting the following SQL error on an INSERT command. com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value:

RE: Improve logging in org.apache.catalina.filters.RestCsrfPreventionFilter ?

2021-08-27 Thread Jalaj Asher
That will be a great enhancement to have. Regards Jalaj P Asher -Original Message- From: Polina Georgieva Sent: Thursday, August 26, 2021 10:49 AM To: Tomcat Users List Subject: Improve logging in org.apache.catalina.filters.RestCsrfPreventionFilter ? [You don't often get email from

Query regarding maxConnections attribute

2021-08-27 Thread Srijith Kochunni
Hi, We have a project requirement that we need to scale up to accept very high number of connections. I understand that setting maxConnections to -1 will disable the counting of the connections. I just wanted to know whether there are any performance implications when bumping up