Hi, On Tue, Mar 17, 2020 at 6:34 PM RK Ashburn <ramesh.kasavar...@gmail.com> wrote:
> Hi Tomcat 7 team, > We have been using tomcat 7.0.99 and now we upgraded to 7.0.100 and our web > applications stopped working. > > Here are changes that we noted from release notes and took action: > > 1. Updated AJP connector setting and added secretRequired="false" > > However below are still issues, could not find any setting that needed to > be added: > > 2. However our application @Controller @RequestMapping are stopped > working. > (we did not use web.xml instead used WebApplicationInitializer and > WebMvcConfigurerAdapter) > > 3. Also noticed getRemoteUser() returns null > > > Appreciate your response. > 7.0.103 is being voted at the moment. You can get it from https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.103/bin/ and test it. 2) has been fixed. If 1) and 3) still do not work then please provide more details. Martin > Thank you > Ramesh Kasavaraju >