Issue Overview
I maintained a starter template project for Jakarta EE 9 servlet container, and initially I used Apache Tomcat 10.0.x, all tests(very simple) worked well.
But when the Tomcat is upgraded to 10.1.x by dependabot, there is a test failed to pass.
Expected Behaviour
working well with Tomcat 10.1.x
Current Behaviour
Failed.
Steps To Reproduce
- Clone https://github.com/hantsy/jakartaee9-servlet-starter-boilerplate
mvn clean verify -Pit-tomcat
Additional Information
The error stack on Github actions, https://github.com/hantsy/jakartaee9-servlet-starter-boilerplate/actions/runs/3851795673/jobs/6563339110
Issue Overview
I maintained a starter template project for Jakarta EE 9 servlet container, and initially I used Apache Tomcat 10.0.x, all tests(very simple) worked well.
But when the Tomcat is upgraded to 10.1.x by dependabot, there is a test failed to pass.
Expected Behaviour
working well with Tomcat 10.1.x
Current Behaviour
Failed.
Steps To Reproduce
mvn clean verify -Pit-tomcatAdditional Information
The error stack on Github actions, https://github.com/hantsy/jakartaee9-servlet-starter-boilerplate/actions/runs/3851795673/jobs/6563339110