https://issues.apache.org/bugzilla/show_bug.cgi?id=55618
--- Comment #8 from Christopher Schultz <ch...@christopherschultz.net> --- Then there's the fun case where your application behaves completely differently based upon which (maximum) version of the servlet spec your container supports. No annotation support? Then you need to use web.xml. Uses Tomcat 8's SCI strategy? Need to remove from web.xml. Want to deploy anywhere? Forget it. I really think the servlet EG made a terrible mistake when they didn't let the deployment descriptor (i.g. web.xml) direct the features that would be available/enabled for a webapp. </soapbox> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org