This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-10-with-ee-91
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/tomee-10-with-ee-91 by this 
push:
     new 36ea4af  Seems to prevent a stackoverflow error
36ea4af is described below

commit 36ea4afdc0c74be6a63c96fa2b367b7246564071
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Aug 16 09:29:03 2023 +0200

    Seems to prevent a stackoverflow error
---
 src/test/resources/testsuite.properties | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/resources/testsuite.properties 
b/src/test/resources/testsuite.properties
index d63558a..345380b 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -33,7 +33,6 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \
         ${JAVA_HOME}/bin/java \
         ${command.testExecute.debugopts} \
         -Dcts.tmp=$harness.temp.directory \
-        -Djava.protocol.handler.pkgs=javax.net.ssl \
         -Djavax.net.ssl.keyStore=${keystores.dir}/clientcert.jks \
         -Djavax.net.ssl.keyStorePassword=changeit \
         -Djavax.net.ssl.trustStore=${keystores.dir}/ssl-truststore \

Reply via email to