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 600a74f59e38fe8e6f0358ed238a18b85fe2eb32
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
    
    (cherry picked from commit 5f2d3c6b324fd863059edaa2fddaec5f2af8d222)
    
    # Conflicts:
    #       tck/ts.jte.template
---
 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 40196bf679..c782c57852 100644
--- a/tck/ts.jte.template
+++ b/tck/ts.jte.template
@@ -150,8 +150,8 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \
         PATH="${javaee.home}/nativelib" \
         ${JAVA_HOME}/bin/java \
         -Dcts.tmp=$harness.temp.directory \
+        -Dorg.apache.cxf.transport.http.forceURLConnection=true \
         -Ddeliverable.class=${deliverable.class} $testExecuteClass 
$testExecuteArgs
-        -Dorg.apache.cxf.transport.http.forceURLConnection=true
 
 
 #########################################################################

Reply via email to