Re: Timestamp Error

2021-08-26 Thread Mark Eggers
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: '1969-12-31 18:00:00.0' for column... The column is a

Timestamp Error

2021-08-26 Thread Jerry Malcolm
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: '1969-12-31 18:00:00.0' for column... The column is a TIMESTAMP in mySQL. I pasted the SQL statement

RE: UserDatabaseRealm and DIGEST

2021-08-26 Thread jonmcalexander
Thank you Chris! Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 | Cell

Re: 200 response and redirect for ".../test.jsp"

2021-08-26 Thread Christopher Schultz
Mark, James, On 8/24/21 20:40, Mark Eggers wrote: Folks, On 8/24/2021 3:55 PM, Christopher Schultz wrote: James, On 8/24/21 17:20, James H. H. Lampert wrote: I could have sworn I asked about this over a year ago, but I can't find any record of having done so. We've got a low-priority

Re: UserDatabaseRealm and DIGEST

2021-08-26 Thread Christopher Schultz
Jon, On 8/24/21 19:51, jonmcalexan...@wellsfargo.com.INVALID wrote: Chris, -Original Message- From: Christopher Schultz Sent: Tuesday, August 24, 2021 5:52 PM To: users@tomcat.apache.org Subject: Re: UserDatabaseRealm and DIGEST Jon, On 8/24/21 12:53,

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

2021-08-26 Thread Polina Georgieva
Hello, 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 indication what happened and why is the