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

[jira] Created: (RAMPART-314) Rampart distribution does not contain OpenSAML 1.1 jars

Rampart distribution does not contain OpenSAML 1.1 jars
-------------------------------------------------------

                 Key: RAMPART-314
                 URL: https://issues.apache.org/jira/browse/RAMPART-314
             Project: Rampart
          Issue Type: Bug
          Components: distribution
            Reporter: Thilina Buddhika
             Fix For: NextVersion


In current trunk, the distribution does not include OpenSAML 1.1 jar which is required for WS-Trust functionality. This is due to having an incorrect group ID and artifact id for OpenSAML 1.1 dependency.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (RAMPART-314) Rampart distribution does not contain OpenSAML 1.1 jars

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

S.Uthaiyashankar resolved RAMPART-314.
--------------------------------------

    Resolution: Fixed

Fixed in revision 1051768.

Thank you very much Thilina for the patch. 

> Rampart distribution does not contain OpenSAML 1.1 jars
> -------------------------------------------------------
>
>                 Key: RAMPART-314
>                 URL: https://issues.apache.org/jira/browse/RAMPART-314
>             Project: Rampart
>          Issue Type: Bug
>          Components: distribution
>            Reporter: Thilina Buddhika
>            Assignee: S.Uthaiyashankar
>             Fix For: NextVersion
>
>         Attachments: RAMPART-314.patch
>
>
> In current trunk, the distribution does not include OpenSAML 1.1 jar which is required for WS-Trust functionality. This is due to having an incorrect group ID and artifact id for OpenSAML 1.1 dependency.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (RAMPART-314) Rampart distribution does not contain OpenSAML 1.1 jars

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

Thilina Buddhika updated RAMPART-314:
-------------------------------------

    Attachment: RAMPART-314.patch

A patch is attached herewith to fix this issue with the correct group-id and artifact-id.

> Rampart distribution does not contain OpenSAML 1.1 jars
> -------------------------------------------------------
>
>                 Key: RAMPART-314
>                 URL: https://issues.apache.org/jira/browse/RAMPART-314
>             Project: Rampart
>          Issue Type: Bug
>          Components: distribution
>            Reporter: Thilina Buddhika
>             Fix For: NextVersion
>
>         Attachments: RAMPART-314.patch
>
>
> In current trunk, the distribution does not include OpenSAML 1.1 jar which is required for WS-Trust functionality. This is due to having an incorrect group ID and artifact id for OpenSAML 1.1 dependency.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (RAMPART-314) Rampart distribution does not contain OpenSAML 1.1 jars

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

S.Uthaiyashankar reassigned RAMPART-314:
----------------------------------------

    Assignee: S.Uthaiyashankar

> Rampart distribution does not contain OpenSAML 1.1 jars
> -------------------------------------------------------
>
>                 Key: RAMPART-314
>                 URL: https://issues.apache.org/jira/browse/RAMPART-314
>             Project: Rampart
>          Issue Type: Bug
>          Components: distribution
>            Reporter: Thilina Buddhika
>            Assignee: S.Uthaiyashankar
>             Fix For: NextVersion
>
>         Attachments: RAMPART-314.patch
>
>
> In current trunk, the distribution does not include OpenSAML 1.1 jar which is required for WS-Trust functionality. This is due to having an incorrect group ID and artifact id for OpenSAML 1.1 dependency.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (RAMPART-314) Rampart distribution does not contain OpenSAML 1.1 jars

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

Thilina Buddhika updated RAMPART-314:
-------------------------------------

    Attachment: RAMPART-314-V2.patch

Hi,

In order to properly supprt SAML 1.1, we need to use OpenSAML 1.1.406 which is the patched version of OpenSAML 1.1.

With this patch, I am attaching the changes required to use this patched version. 

It is possible to verify this by using Sample=05, which is not working with default OpenSAML 1.1 jar which causes issues when validating the SAML 1.1 tokens.

Thanks,
Thilina

> Rampart distribution does not contain OpenSAML 1.1 jars
> -------------------------------------------------------
>
>                 Key: RAMPART-314
>                 URL: https://issues.apache.org/jira/browse/RAMPART-314
>             Project: Rampart
>          Issue Type: Bug
>          Components: distribution
>            Reporter: Thilina Buddhika
>            Assignee: S.Uthaiyashankar
>             Fix For: NextVersion
>
>         Attachments: RAMPART-314-V2.patch, RAMPART-314.patch
>
>
> In current trunk, the distribution does not include OpenSAML 1.1 jar which is required for WS-Trust functionality. This is due to having an incorrect group ID and artifact id for OpenSAML 1.1 dependency.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org