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 a819d37464e2a7079b797ad2bf7e1a96f28ba778 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Fri Apr 16 15:30:23 2021 +0200 Configure BOM setting so we pass JSTL tests. Signed-off-by: Jean-Louis Monteiro <[email protected]> --- src/test/tomee-plume/conf/web.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/tomee-plume/conf/web.xml b/src/test/tomee-plume/conf/web.xml index 1c6e849..55febb7 100644 --- a/src/test/tomee-plume/conf/web.xml +++ b/src/test/tomee-plume/conf/web.xml @@ -114,6 +114,10 @@ <param-name>listings</param-name> <param-value>false</param-value> </init-param> + <init-param> + <param-name>useBomIfPresent</param-name> + <param-value>pass-through</param-value> + </init-param> <load-on-startup>1</load-on-startup> </servlet> <!-- The JSP page compiler and execution servlet, which is the mechanism -->
