This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.0.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit dd22b85fac3406106d8476554063650015afdc98 Author: Andriy Redko <[email protected]> AuthorDate: Mon Jan 19 20:23:28 2026 -0500 Fix JAXRSClient.java#getLengthWhenNoEntityTest and JAXRSClient.java#getLength TCK test cases (cherry picked from commit 7f456b848da5fc85cb4c632700f27847571c2085) --- tck/ts.jte.template | 1 + 1 file changed, 1 insertion(+) diff --git a/tck/ts.jte.template b/tck/ts.jte.template index 8cd4c36845..40196bf679 100644 --- a/tck/ts.jte.template +++ b/tck/ts.jte.template @@ -151,6 +151,7 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \ ${JAVA_HOME}/bin/java \ -Dcts.tmp=$harness.temp.directory \ -Ddeliverable.class=${deliverable.class} $testExecuteClass $testExecuteArgs + -Dorg.apache.cxf.transport.http.forceURLConnection=true #########################################################################
