IllegalStateException when updating Spring Boot to 2.1.7

2020-02-20 Thread F Amer
I have a Spring Boot application, which is running fine and has with the following setup Spring Webflux + Tomcat 9 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_

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

2020-02-20 Thread Carsten Klein
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? Carsten ---

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

2020-02-20 Thread Carsten Klein
Jonathan, On Tue, Feb 18, 2020 at 5:29 PM Jonathan S. Fisher wrote: For older versions of tomcat, I'd suggest adding an additional option that causes GenericPrincipal to drop the password after authentication is complete, by default if persistAuthentication is enabled, which alleviates your conc