You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/21 00:32:46 UTC

[jira] [Commented] (SANTUARIO-407) StAX API: Possibility to customize signed Id attribute

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

ASF GitHub Bot commented on SANTUARIO-407:
------------------------------------------

GitHub user ltanguy opened a pull request:

    https://github.com/apache/santuario-java/pull/3

    Fix for SANTUARIO-407: Add configuration option to specify the id of …

    …the document to sign (similar to DOMSignContext.setIdAttributeNS)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ltanguy/santuario-java SANTUARIO-407

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/santuario-java/pull/3.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3
    
----
commit cf07af931361ee4492ac4159e53185e9a53018b9
Author: Loeiz TANGUY <lo...@gmail.com>
Date:   2015-12-20T23:29:56Z

    Fix for SANTUARIO-407: Add configuration option to specify the id of the document to sign (similar to DOMSignContext.setIdAttributeNS)

----


> StAX API: Possibility to customize signed Id attribute
> ------------------------------------------------------
>
>                 Key: SANTUARIO-407
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-407
>             Project: Santuario
>          Issue Type: Improvement
>      Security Level: Public(Public issues, viewable by everyone) 
>          Components: Java
>    Affects Versions: Java 2.0.2
>            Reporter: L. Tanguy
>            Assignee: Colm O hEigeartaigh
>
> The StAX API currently assumes that the Id referenced in the signature should be written "Id".
> The different SAML 2.0 schemas unfortunately use an "ID" element (in uppercase).
> It would be nice to have an equivalent of DOMSignContext.setIdAttributeNS.



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