Adding a TODO

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a3d60556
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a3d60556
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a3d60556

Branch: refs/heads/3.0.x-fixes
Commit: a3d605568fb31fd5edf5de844a3aa503f3a91558
Parents: 8895ef3
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Fri Mar 13 14:21:32 2015 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Fri Mar 13 14:21:32 2015 +0000

----------------------------------------------------------------------
 .../java/org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.java | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/a3d60556/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.java
----------------------------------------------------------------------
diff --git 
a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.java
 
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.java
index fde339c..a86ee61 100644
--- 
a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.java
+++ 
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.java
@@ -64,6 +64,9 @@ public final class CryptoCoverageUtil {
      * 
      * @param signedRefs references to the signed content in the message
      * @param encryptedRefs references to the encrypted content in the message
+     * 
+     * TODO Replace the isSignedEncryptionRef when we pick up WSS4J 2.0.5, and 
directly
+     * check the encrypted Element instead of the WSDataRef (as per master 
code)
      */
     public static void reconcileEncryptedSignedRefs(final 
Collection<WSDataRef> signedRefs, 
             final Collection<WSDataRef> encryptedRefs) {

Reply via email to