This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch jakartaee9-tck in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
commit 754de4c59ed80371aa304d2e8c66368907b73075 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Tue Apr 13 18:58:08 2021 +0200 TOMEE-3206 TOMEE-3207 TOMEE-3208 Use the version from the deployment descriptor and don't override, especially with a wrong and old version Signed-off-by: Jean-Louis Monteiro <[email protected]> --- src/test/tomee-plume/conf/system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties index 2c6b948..6fa4e34 100644 --- a/src/test/tomee-plume/conf/system.properties +++ b/src/test/tomee-plume/conf/system.properties @@ -78,7 +78,7 @@ openejb.vendor.config = glassfish #openejb.jsessionid-support=false openejb.crosscontext=true #openejb.web.xml.major=3 -jsp_config_general_web.openejb.web.xml.major=2 +#jsp_config_general_web.openejb.web.xml.major=2 org.apache.taglibs.standard.xml.accessExternalEntity=all javax.xml.accessExternalDTD=all javax.xml.accessExternalStylesheet=all
