You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Malte Pickhan (JIRA)" <ji...@apache.org> on 2016/01/14 15:31:39 UTC

[jira] [Closed] (SANTUARIO-423) TRANSFORM_ENVELOPED_SIGNATURE Doesn't have any effect.

     [ https://issues.apache.org/jira/browse/SANTUARIO-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malte Pickhan closed SANTUARIO-423.
-----------------------------------
    Resolution: Not A Problem

> TRANSFORM_ENVELOPED_SIGNATURE Doesn't have any effect.
> ------------------------------------------------------
>
>                 Key: SANTUARIO-423
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-423
>             Project: Santuario
>          Issue Type: Bug
>    Affects Versions: Java 2.0.4
>            Reporter: Malte Pickhan
>            Assignee: Colm O hEigeartaigh
>
> I've checked out the example code from https://github.com/coheigea/testcases/tree/master/apache/santuario/santuario-xml-signature .
> In class SignatureUtils.java I've put the following Code at Line 178:
> {code}
>   String[] transforms = new String[1];
> 	    		
> 	    		transforms[0] = Transforms.TRANSFORM_ENVELOPED_SIGNATURE;
> 	            securePart.setTransforms(transforms);
> {code}
> It doesn't matter if put it there or not, after Running the Signature StaxTest, the result is still the same.
> I'd expect that the Signature is now child element of PaymentInfo.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)