[ 
https://issues.apache.org/jira/browse/CXF-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16302843#comment-16302843
 ] 

ASF GitHub Bot commented on CXF-7598:
-------------------------------------

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:
us...@infra.apache.org


> Log warning mentions deleted class
> ----------------------------------
>
>                 Key: CXF-7598
>                 URL: https://issues.apache.org/jira/browse/CXF-7598
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.6.1, 2.6.2, 2.4.10, 2.6.3, 2.7, 2.6.4, 2.7.1, 2.6.5, 
> 2.7.2, 2.6.6, 2.7.3, 2.7.4, 2.6.7, 2.6.8, 2.7.5, 2.5.11, 2.6.9, 2.7.6, 
> 2.6.10, 2.7.7, 2.7.8, 2.6.11, 2.6.12, 2.7.9, 2.6.13, 2.7.10, 2.7.11, 2.6.14, 
> 3.0, 2.6.15, 2.7.12, 3.0.1, 2.7.13, 3.0.2, 2.6.16, 3.0.3, 2.7.14, 3.0.4, 
> 2.7.15, 3.1, 2.7.16, 3.0.5, 3.1.1, 3.0.6, 2.7.17, 3.1.2, 3.1.3, 2.7.18, 
> 3.0.7, 3.1.4, 3.1.5, 3.0.8, 3.1.6, 3.0.9, 3.0.10, 3.1.7, 3.1.8, 3.1.9, 
> 3.0.12, 3.1.10, 3.0.13, 3.1.11, 3.1.12, 3.0.14, 3.0.15, 3.1.13, 3.2.0, 
> 3.0.16, 3.1.14, 3.2.1
>            Reporter: Juan Moreno
>            Priority: Trivial
>              Labels: runtime, security
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> The WSS4JInInterceptor class mentions in warning log  to deleted class 
> SignatureCoverageChecker (line 445). This class was deleted in commit 
> [a3ed48dcbaf4d0741637771de2d34888e473ab0e|https://github.com/apache/cxf/commit/a3ed48dcbaf4d0741637771de2d34888e473ab0e]
>  and replaced by DefaultCryptoCoverageChecker. The log should be mention to 
> DefaultCryptoCoverageChecker.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to