Hi, I have been using Tomcat Taglib (shaded with Xalan and Serializer). Works quite well on TomEE but I have one failure I'd like to discuss with you before possibly opening a challenge.
https://tck.work/tomee/tests?path=com.sun.ts.tests.jstl&build=1608116575927&status=FAILED I have fixed 4 or the 5, but com.sun.ts.tests.jstl.spec.core.urlresource.importtag.JSTLClient is still failing and I don't understand how to fix it. Here is the JSP https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/web/jstl/spec/core/urlresource/importtag/positiveImportEncodingNotSpecifiedTest.jsp Here is the expected result https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/web/jstl/spec/core/urlresource/importtag/positiveImportEncodingNotSpecifiedTest.gf The first file imported is https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/web/jstl/spec/core/urlresource/importtag/encoding/Encoding.jsp And the second https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/web/jstl/spec/core/urlresource/importtag/import-encoded.txt In the golden file, there seems to be 2 extra characters. Here is the full log file for the test run https://tck.work/tomee/api/testlog/1218/1608116849515 Any thoughts? The result from Tomcat looks ok to me unless I missed something. -- Jean-Louis