You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Thilina Buddhika (JIRA)" <ji...@apache.org> on 2010/04/01 12:44:27 UTC

[jira] Created: (RAMPART-291) Possible improvements to SAML2TokenIssuer

Possible improvements to SAML2TokenIssuer
-----------------------------------------

                 Key: RAMPART-291
                 URL: https://issues.apache.org/jira/browse/RAMPART-291
             Project: Rampart
          Issue Type: Improvement
    Affects Versions: 1.4
            Reporter: Thilina Buddhika
            Assignee: Ruchith Udayanga Fernando
         Attachments: RAMPART-291.patch

There are some possible improvements to SAML 2.0 token issuance logic.

- Bootstrapping of OpenSAML 2.0 library needs to be extracted out to a static block, otherwise there is a performance degrade if default bootstrap happens for each and every token issuance.

- Attribute callback handling logic needs to improved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (RAMPART-291) Possible improvements to SAML2TokenIssuer

Posted by "Prabath Siriwardena (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAMPART-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866105#action_12866105 ] 

Prabath Siriwardena commented on RAMPART-291:
---------------------------------------------

Applied the patch at revision: 943060

Thanks Thilina for the patch.

Thanks & regards.
-Prabath

> Possible improvements to SAML2TokenIssuer
> -----------------------------------------
>
>                 Key: RAMPART-291
>                 URL: https://issues.apache.org/jira/browse/RAMPART-291
>             Project: Rampart
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Thilina Buddhika
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: RAMPART-291.patch
>
>
> There are some possible improvements to SAML 2.0 token issuance logic.
> - Bootstrapping of OpenSAML 2.0 library needs to be extracted out to a static block, otherwise there is a performance degrade if default bootstrap happens for each and every token issuance.
> - Attribute callback handling logic needs to improved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAMPART-291) Possible improvements to SAML2TokenIssuer

Posted by "Thilina Buddhika (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilina Buddhika updated RAMPART-291:
-------------------------------------

    Attachment: RAMPART-291.patch

A patch which fixes this issue is attached herewith.


> Possible improvements to SAML2TokenIssuer
> -----------------------------------------
>
>                 Key: RAMPART-291
>                 URL: https://issues.apache.org/jira/browse/RAMPART-291
>             Project: Rampart
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Thilina Buddhika
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: RAMPART-291.patch
>
>
> There are some possible improvements to SAML 2.0 token issuance logic.
> - Bootstrapping of OpenSAML 2.0 library needs to be extracted out to a static block, otherwise there is a performance degrade if default bootstrap happens for each and every token issuance.
> - Attribute callback handling logic needs to improved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAMPART-291) Possible improvements to SAML2TokenIssuer

Posted by "Thilina Buddhika (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilina Buddhika updated RAMPART-291:
-------------------------------------

    Attachment: RAMPART-291.patch

> Possible improvements to SAML2TokenIssuer
> -----------------------------------------
>
>                 Key: RAMPART-291
>                 URL: https://issues.apache.org/jira/browse/RAMPART-291
>             Project: Rampart
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Thilina Buddhika
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: RAMPART-291.patch
>
>
> There are some possible improvements to SAML 2.0 token issuance logic.
> - Bootstrapping of OpenSAML 2.0 library needs to be extracted out to a static block, otherwise there is a performance degrade if default bootstrap happens for each and every token issuance.
> - Attribute callback handling logic needs to improved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAMPART-291) Possible improvements to SAML2TokenIssuer

Posted by "Thilina Buddhika (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilina Buddhika updated RAMPART-291:
-------------------------------------

    Attachment:     (was: RAMPART-291.patch)

> Possible improvements to SAML2TokenIssuer
> -----------------------------------------
>
>                 Key: RAMPART-291
>                 URL: https://issues.apache.org/jira/browse/RAMPART-291
>             Project: Rampart
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Thilina Buddhika
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: RAMPART-291.patch
>
>
> There are some possible improvements to SAML 2.0 token issuance logic.
> - Bootstrapping of OpenSAML 2.0 library needs to be extracted out to a static block, otherwise there is a performance degrade if default bootstrap happens for each and every token issuance.
> - Attribute callback handling logic needs to improved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAMPART-291) Possible improvements to SAML2TokenIssuer

Posted by "Thilina Buddhika (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilina Buddhika updated RAMPART-291:
-------------------------------------

    Affects Version/s:     (was: 1.4)
                       1.5

updating the affected version.

> Possible improvements to SAML2TokenIssuer
> -----------------------------------------
>
>                 Key: RAMPART-291
>                 URL: https://issues.apache.org/jira/browse/RAMPART-291
>             Project: Rampart
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Thilina Buddhika
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: RAMPART-291.patch
>
>
> There are some possible improvements to SAML 2.0 token issuance logic.
> - Bootstrapping of OpenSAML 2.0 library needs to be extracted out to a static block, otherwise there is a performance degrade if default bootstrap happens for each and every token issuance.
> - Attribute callback handling logic needs to improved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.