deki closed pull request #361: [CXF-7598] Update warning log
URL: https://github.com/apache/cxf/pull/361
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java
index f1ef9da0193..a9cace5711e 100644
---
a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java
+++
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java
@@ -442,7 +442,7 @@ private void checkActions(
if (signatureParts != null) {
String warning = "To enforce that particular elements were signed
you must either "
+ "use WS-SecurityPolicy, or else use the
CryptoCoverageChecker or "
- + "SignatureCoverageChecker";
+ + "DefaultCryptoCoverageChecker";
LOG.warning(warning);
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services