This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
new 7b75cdf8ea [CXF-9124]TransportURIResolver prints stack trace to stderr
when using HTTP Authentication
7b75cdf8ea is described below
commit 7b75cdf8ea2d82ca3193af8331cc1a4969a1ef4c
Author: Freeman Fang <[email protected]>
AuthorDate: Mon Mar 31 12:53:08 2025 -0400
[CXF-9124]TransportURIResolver prints stack trace to stderr when using HTTP
Authentication
(cherry picked from commit 6c36dccb1845388c717944efc9c4b2198aff4faa)
---
core/src/main/java/org/apache/cxf/transport/TransportURIResolver.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/core/src/main/java/org/apache/cxf/transport/TransportURIResolver.java
b/core/src/main/java/org/apache/cxf/transport/TransportURIResolver.java
index 752b1f0f8c..1c1400ad1b 100644
--- a/core/src/main/java/org/apache/cxf/transport/TransportURIResolver.java
+++ b/core/src/main/java/org/apache/cxf/transport/TransportURIResolver.java
@@ -155,7 +155,6 @@ public class TransportURIResolver extends
ExtendedURIResolver {
} catch (Exception e) {
//ignore
LOG.log(Level.FINEST, "Conduit initiator could not resolve " +
baseUri + " " + curUri, e);
- e.printStackTrace();
}
}
if (is == null