You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Clement Pellerin (Created) (JIRA)" <ji...@apache.org> on 2012/03/15 21:00:38 UTC

[jira] [Created] (SANTUARIO-302) Need API to martial an independent ReferenceList

Need API to martial an independent ReferenceList
------------------------------------------------

                 Key: SANTUARIO-302
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-302
             Project: Santuario
          Issue Type: Improvement
          Components: Java
    Affects Versions: Java 1.4.6
            Reporter: Clement Pellerin
            Assignee: Colm O hEigeartaigh
            Priority: Minor


WS-Security extends the XML Security Spec to allow an independent ReferenceList.
With the current Santuario API, it is possible to create the list but it is not possible to martial it to XML.
The work-around is to assign the ReferenceList to a dummy EncryptedKey, martial the EncryptedKey and extract the ReferenceList child.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SANTUARIO-302) Need API to martial an independent ReferenceList

Posted by "Clement Pellerin (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANTUARIO-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Pellerin updated SANTUARIO-302:
---------------------------------------

    Attachment: TestRefListMartial.java
                XMLCipher.java

This is a patch to add the missing methods XMLCipher.martial(ReferenceList) and XMLCipher.martial(Document, ReferenceList) based on the release 1.5.1
                
> Need API to martial an independent ReferenceList
> ------------------------------------------------
>
>                 Key: SANTUARIO-302
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-302
>             Project: Santuario
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: Java 1.4.6
>            Reporter: Clement Pellerin
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>         Attachments: TestRefListMartial.java, XMLCipher.java
>
>
> WS-Security extends the XML Security Spec to allow an independent ReferenceList.
> With the current Santuario API, it is possible to create the list but it is not possible to martial it to XML.
> The work-around is to assign the ReferenceList to a dummy EncryptedKey, martial the EncryptedKey and extract the ReferenceList child.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (SANTUARIO-302) Need API to martial an independent ReferenceList

Posted by "Colm O hEigeartaigh (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANTUARIO-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved SANTUARIO-302.
-------------------------------------------

    Resolution: Fixed
    
> Need API to martial an independent ReferenceList
> ------------------------------------------------
>
>                 Key: SANTUARIO-302
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-302
>             Project: Santuario
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: Java 1.5.1
>            Reporter: Clement Pellerin
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: Java 1.5.2
>
>         Attachments: TestRefListMartial.java, XMLCipher.java
>
>
> WS-Security extends the XML Security Spec to allow an independent ReferenceList.
> With the current Santuario API, it is possible to create the list but it is not possible to martial it to XML.
> The work-around is to assign the ReferenceList to a dummy EncryptedKey, martial the EncryptedKey and extract the ReferenceList child.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SANTUARIO-302) Need API to martial an independent ReferenceList

Posted by "Colm O hEigeartaigh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANTUARIO-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh updated SANTUARIO-302:
------------------------------------------

    Affects Version/s:     (was: Java 1.4.6)
                       Java 1.5.1
        Fix Version/s: Java 1.5.2
    
> Need API to martial an independent ReferenceList
> ------------------------------------------------
>
>                 Key: SANTUARIO-302
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-302
>             Project: Santuario
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: Java 1.5.1
>            Reporter: Clement Pellerin
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: Java 1.5.2
>
>         Attachments: TestRefListMartial.java, XMLCipher.java
>
>
> WS-Security extends the XML Security Spec to allow an independent ReferenceList.
> With the current Santuario API, it is possible to create the list but it is not possible to martial it to XML.
> The work-around is to assign the ReferenceList to a dummy EncryptedKey, martial the EncryptedKey and extract the ReferenceList child.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (SANTUARIO-302) Need API to martial an independent ReferenceList

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANTUARIO-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh closed SANTUARIO-302.
-----------------------------------------

    
> Need API to martial an independent ReferenceList
> ------------------------------------------------
>
>                 Key: SANTUARIO-302
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-302
>             Project: Santuario
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: Java 1.5.1
>            Reporter: Clement Pellerin
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: Java 1.5.2
>
>         Attachments: TestRefListMartial.java, XMLCipher.java
>
>
> WS-Security extends the XML Security Spec to allow an independent ReferenceList.
> With the current Santuario API, it is possible to create the list but it is not possible to martial it to XML.
> The work-around is to assign the ReferenceList to a dummy EncryptedKey, martial the EncryptedKey and extract the ReferenceList child.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira