79509820

Date: 2025-03-14 17:29:04
Score: 1.5
Natty:
Report link

In my case, it was because I had a webapp (called ROOT) which just had index.html and no WEB-INF/web.xml file. As a result, the default setting in tomcat's code is not to use absolute ordering. To fix it, I simply created that folder and file with just the <absolute-ordering/> tag inside the<web-app> tag.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Simon Clerck