base64 would need 4 bytes here to avoid an unmarshal exception prior to the 
XKMSRequestException occuring


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

Branch: refs/heads/master
Commit: 92f88c0e6e2c7b0e0fc2c3d7cb80c40417ad9550
Parents: 96c4332
Author: Daniel Kulp <[email protected]>
Authored: Fri Mar 28 13:35:53 2014 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Fri Mar 28 13:35:53 2014 -0400

----------------------------------------------------------------------
 .../src/test/resources/validateRequestCorrupted.xml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/92f88c0e/services/xkms/xkms-x509-handlers/src/test/resources/validateRequestCorrupted.xml
----------------------------------------------------------------------
diff --git 
a/services/xkms/xkms-x509-handlers/src/test/resources/validateRequestCorrupted.xml
 
b/services/xkms/xkms-x509-handlers/src/test/resources/validateRequestCorrupted.xml
index 221e310..1b94332 100644
--- 
a/services/xkms/xkms-x509-handlers/src/test/resources/validateRequestCorrupted.xml
+++ 
b/services/xkms/xkms-x509-handlers/src/test/resources/validateRequestCorrupted.xml
@@ -3,7 +3,7 @@
     <ns2:QueryKeyBinding>
         <KeyInfo>
             <X509Data>
-                <X509Certificate>XXX</X509Certificate>
+                <X509Certificate>XXXX</X509Certificate>
             </X509Data>
         </KeyInfo>
     </ns2:QueryKeyBinding>

Reply via email to