This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.1.x-fixes by this push:
new 5f2d3c6b32 Fix JAXRSClient.java#getLengthWhenNoEntityTest and
JAXRSClient.java#getLength TCK test cases
5f2d3c6b32 is described below
commit 5f2d3c6b324fd863059edaa2fddaec5f2af8d222
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Jan 19 21:00:58 2026 -0500
Fix JAXRSClient.java#getLengthWhenNoEntityTest and
JAXRSClient.java#getLength TCK test cases
---
tck/ts.jte.template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tck/ts.jte.template b/tck/ts.jte.template
index b32651cab2..01848fbe12 100644
--- a/tck/ts.jte.template
+++ b/tck/ts.jte.template
@@ -151,8 +151,8 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \
${JAVA_HOME}/bin/java \
-Dcts.tmp=$harness.temp.directory \
-Djava.endorsed.dirs=${s1as.java.endorsed.dirs} \
+ -Dorg.apache.cxf.transport.http.forceURLConnection=true \
-Ddeliverable.class=${deliverable.class} $testExecuteClass
$testExecuteArgs
- -Dorg.apache.cxf.transport.http.forceURLConnection=true
#########################################################################