Re: Enhancement: New option 'persistAuthentication' for session manager

2020-02-21 Thread Mark Thomas
On 20/02/2020 10:21, Carsten Klein wrote: > Hi there, > > what to do next to get things moving? Seems like there's nothing more to > implement for the addition right now. Should I just create a PR in the > apache/tomcat repository? And/or post some lines to the dev mailing list? Creating a PR

Re: IllegalStateException when updating Spring Boot to 2.1.7

2020-02-21 Thread Mark Thomas
On 20/02/2020 19:15, F Amer wrote: > I have a Spring Boot application, which is running fine and has with > the following setup > > - Spring Webflux + Tomcat > - Spring Actuator as dependency. > - Spring Boot 2.1.2 > - Java 1.8.0_212 > - Gradle 5.1 to build > > However when I update to Spring

Re: Expect: 100-continue with filters vs valves

2020-02-21 Thread Mark Thomas
On 19/02/2020 20:17, Michael Osipov wrote: > Am 2020-02-18 um 23:43 schrieb Mark Thomas: >> On 18/02/2020 19:47, Michael Osipov wrote: >>> If you say this is also a limitation in the Servlet API, it is worth to >>> raise that as a clarification point? >> >> Sure. It won't happen until at least

Re: cookie configurations for Tomcat 7

2020-02-21 Thread Lazar Kirchev
Chris, Yes, the SameSite attribute is still in a draft and this causes the mess, at least partly. And yes, I was thinking about something like that - CookieProcessor.generateCookie(String userAgent, Cookie) or CookieProcessor.generateCookie(Map<> requestHeaders, Cookie). I absolutely agree that

FW: Apache Tomcat versions and proof of support

2020-02-21 Thread Hallstrom, Robert J. CTR
Good morning, I wanted to follow up on my previous email regarding proof of support for earlier versions. Please advise if anyone could ASAP. Regards, Robert Hallstrom Configuration Management Specialist Imagine One Technology & Management, Ltd. 2510 Walmer Ave. Ste. A, Norfolk, VA 23513

Novice Tomcat Admin Question - Filtering log output

2020-02-21 Thread Darryl Philip Baker
I have taken over the administration of several Tomcat instances. A number of these are load balanced using an F5 appliance. The org.apache.catalina.values.AccessLogValve log file is filled with the F5 polls to see if the application is alive. Under almost all circumstances these are useless,

Re: Novice Tomcat Admin Question - Filtering log output

2020-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darryl, On 2/21/20 12:15, Darryl Philip Baker wrote: > I have taken over the administration of several Tomcat instances. > A number of these are load balanced using an F5 appliance. The > org.apache.catalina.values.AccessLogValve log file is

RE: Tomcat 7: logs for failure request with unsupported cipher and unsupported SSL protocol

2020-02-21 Thread Palod, Manish
Hi Chris, I am trying to debug the source code to find out the place where I will have to make changes to receive cipher and protocol in case of failures Not too much success. I have narrowed upto few potential classes [may be right direction] org/apache/tomcat/util/net/JIoEndpoint.java

Re: FW: Apache Tomcat versions and proof of support

2020-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 2/21/20 11:27, Hallstrom, Robert J. CTR wrote: > I wanted to follow up on my previous email regarding proof of > support for earlier versions. Please advise if anyone could > ASAP.> From: Hallstrom, Robert J. CTR Sent: Tuesday, January

Re: Novice Tomcat Admin Question - Filtering log output

2020-02-21 Thread Darryl Philip Baker
On 2/21/20, 11:36 AM, "Christopher Schultz" wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darryl, On 2/21/20 12:15, Darryl Philip Baker wrote: > I have taken over the administration of several Tomcat instances. > A number of these are load balanced

Re: Novice Tomcat Admin Question - Filtering log output

2020-02-21 Thread M. Manna
Hey Darryl, On Fri, 21 Feb 2020 at 17:15, Darryl Philip Baker < darryl.ba...@northwestern.edu> wrote: > I have taken over the administration of several Tomcat instances. A number > of these are load balanced using an F5 appliance. The > org.apache.catalina.values.AccessLogValve log file is

Re: cookie configurations for Tomcat 7

2020-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lazar, On 2/21/20 10:29, Lazar Kirchev wrote: > Yes, the SameSite attribute is still in a draft and this causes > the mess, at least partly.> And yes, I was thinking about something > like that - CookieProcessor.generateCookie(String userAgent, >

Re: Novice Tomcat Admin Question - Filtering log output

2020-02-21 Thread Darryl Philip Baker
On 2/21/20, 11:23 AM, "M. Manna" wrote: Hey Darryl, I may be mistaken, but It seems you are probably trying to make the logging coarser. You can take a look at conf/logging.properties for your tomcat instances to do the adjustments of log levels. Regards,

Re: FW: Apache Tomcat versions and proof of support

2020-02-21 Thread tomcat/perl
Hi. Maybe you could start by looking at this page : http://tomcat.apache.org/index.html and this one : http://tomcat.apache.org/whichversion.html (including the comments after the table) Tomcat is open-source (and free) software, developed, distributed and supported by volunteers. Depending on

Re: Novice Tomcat Admin Question - Filtering log output

2020-02-21 Thread tomcat/perl
On 21.02.2020 18:49, Darryl Philip Baker wrote: On 2/21/20, 11:36 AM, "Christopher Schultz" wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darryl, On 2/21/20 12:15, Darryl Philip Baker wrote: > I have taken over the administration of several