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
commit 7f456b848da5fc85cb4c632700f27847571c2085 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 --- tck/ts.jte.template | 1 + 1 file changed, 1 insertion(+) diff --git a/tck/ts.jte.template b/tck/ts.jte.template index 7bfbc3d7a7..b32651cab2 100644 --- a/tck/ts.jte.template +++ b/tck/ts.jte.template @@ -152,6 +152,7 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \ -Dcts.tmp=$harness.temp.directory \ -Djava.endorsed.dirs=${s1as.java.endorsed.dirs} \ -Ddeliverable.class=${deliverable.class} $testExecuteClass $testExecuteArgs + -Dorg.apache.cxf.transport.http.forceURLConnection=true #########################################################################
