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/ff149ae5
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ff149ae5
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ff149ae5

Branch: refs/heads/2.7.x-fixes
Commit: ff149ae58384ee94780e56563ae3f0a85b0e19cf
Parents: dc45c52
Author: Daniel Kulp <[email protected]>
Authored: Fri Mar 28 13:35:53 2014 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Wed Apr 2 02:16:42 2014 -0400

----------------------------------------------------------------------
 .../src/test/resources/validateRequestCorrupted.xml              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/ff149ae5/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 9601f32..2c6f5b7 100644
--- 
a/services/xkms/xkms-x509-handlers/src/test/resources/validateRequestCorrupted.xml
+++ 
b/services/xkms/xkms-x509-handlers/src/test/resources/validateRequestCorrupted.xml
@@ -4,8 +4,8 @@
     <ns2:QueryKeyBinding>
         <KeyInfo>
             <X509Data>
-                <X509Certificate>XXX</X509Certificate>
+                <X509Certificate>XXXX</X509Certificate>
             </X509Data>
         </KeyInfo>
     </ns2:QueryKeyBinding>
-</ns2:ValidateRequest>
\ No newline at end of file
+</ns2:ValidateRequest>

Reply via email to