This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit d5db73faf7215a10b26b75b5a30e68069e0e8e66 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Apr 19 20:35:52 2021 +0100 Don't load jsp-file based servlets on test webapp start --- test/webapp/WEB-INF/web.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/webapp/WEB-INF/web.xml b/test/webapp/WEB-INF/web.xml index ff01151..7da3ee9 100644 --- a/test/webapp/WEB-INF/web.xml +++ b/test/webapp/WEB-INF/web.xml @@ -153,6 +153,7 @@ <servlet> <servlet-name>Bug53574</servlet-name> <jsp-file>/WEB-INF/jsp/bug53574.jsp</jsp-file> + <load-on-startup>-2</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Bug53574</servlet-name> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org