This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 2_3_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
new c58482483 Removing stacktrace
c58482483 is described below
commit c58482483ad0c69464d454e35e820f417b6e047d
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Jun 8 08:48:31 2022 +0100
Removing stacktrace
---
.../src/main/java/org/apache/wss4j/dom/util/WSSecurityUtil.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/ws-security-dom/src/main/java/org/apache/wss4j/dom/util/WSSecurityUtil.java
b/ws-security-dom/src/main/java/org/apache/wss4j/dom/util/WSSecurityUtil.java
index 53d3bce82..2a9d1e0b0 100644
---
a/ws-security-dom/src/main/java/org/apache/wss4j/dom/util/WSSecurityUtil.java
+++
b/ws-security-dom/src/main/java/org/apache/wss4j/dom/util/WSSecurityUtil.java
@@ -433,7 +433,6 @@ public final class WSSecurityUtil {
header = prependChildElement(envelope, header);
} catch (Exception e) {
- e.printStackTrace();
throw new
WSSecurityException(WSSecurityException.ErrorCode.INVALID_SECURITY);
}