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 "Sanka Samaranayake (JIRA)" <ji...@apache.org> on 2006/11/08 20:24:52 UTC

[jira] Created: (AXIS2-1651) Deserialization of child policies of secPolicy assertoins is incorrect

Deserialization of child policies of secPolicy assertoins is incorrect
----------------------------------------------------------------------

                 Key: AXIS2-1651
                 URL: http://issues.apache.org/jira/browse/AXIS2-1651
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: modules
         Environment: Linux version 2.6.17-gentoo (root@highlander) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #1 SMP PREEMPT Thu Jul 6 05:04:46 UTC 2006

ava(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
            Reporter: Sanka Samaranayake
         Assigned To: Sanka Samaranayake



Deserialization of policies that are defined with the assertion elements is incorrect in few secpolicy assertions.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (AXIS2-1651) Deserialization of child policies of secPolicy assertoins is incorrect

Posted by "Sanka Samaranayake (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1651?page=all ]

Sanka Samaranayake updated AXIS2-1651:
--------------------------------------

    Attachment: secpolicy.patch


Uploaded a patch that will resolve the above issue

> Deserialization of child policies of secPolicy assertoins is incorrect
> ----------------------------------------------------------------------
>
>                 Key: AXIS2-1651
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1651
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: modules
>         Environment: Linux version 2.6.17-gentoo (root@highlander) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #1 SMP PREEMPT Thu Jul 6 05:04:46 UTC 2006
> ava(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
>            Reporter: Sanka Samaranayake
>         Assigned To: Sanka Samaranayake
>         Attachments: secpolicy.patch
>
>
> Deserialization of policies that are defined with the assertion elements is incorrect in few secpolicy assertions.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (AXIS2-1651) Deserialization of child policies of secPolicy assertions is incorrect

Posted by "Sanka Samaranayake (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1651?page=all ]

Sanka Samaranayake updated AXIS2-1651:
--------------------------------------

        Summary: Deserialization of child policies of secPolicy assertions is incorrect  (was: Deserialization of child policies of secPolicy assertoins is incorrect)
    Description: 
Deserialization of policies that are defined with the assertion elements is incorrect in few secpolicy assertions.

Namely in the following builders the enclosed policy element within the assertion element doesn't get isolated properly. Hence it doesn't get processed proprely.

SymmetricBindingBuilder.java
SupportingTokensBuilder.java
IssuedTokenBuilder.java
WSS10Builder.java
TransportToken.java
ProtectionTokenBuilder
TransportBindingBuilder
RecipientTokenBuilder
UsernameTokenBuilder
WSS11Builder.java
LayoutBuilder.java

  was:

Deserialization of policies that are defined with the assertion elements is incorrect in few secpolicy assertions.





Fixed a typo in the title of the issue.

Updated the previous comments.

> Deserialization of child policies of secPolicy assertions is incorrect
> ----------------------------------------------------------------------
>
>                 Key: AXIS2-1651
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1651
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: modules
>         Environment: Linux version 2.6.17-gentoo (root@highlander) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #1 SMP PREEMPT Thu Jul 6 05:04:46 UTC 2006
> ava(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
>            Reporter: Sanka Samaranayake
>         Assigned To: Sanka Samaranayake
>         Attachments: secpolicy.patch
>
>
> Deserialization of policies that are defined with the assertion elements is incorrect in few secpolicy assertions.
> Namely in the following builders the enclosed policy element within the assertion element doesn't get isolated properly. Hence it doesn't get processed proprely.
> SymmetricBindingBuilder.java
> SupportingTokensBuilder.java
> IssuedTokenBuilder.java
> WSS10Builder.java
> TransportToken.java
> ProtectionTokenBuilder
> TransportBindingBuilder
> RecipientTokenBuilder
> UsernameTokenBuilder
> WSS11Builder.java
> LayoutBuilder.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (AXIS2-1651) Deserialization of child policies of secPolicy assertions is incorrect

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1651?page=all ]

Davanum Srinivas resolved AXIS2-1651.
-------------------------------------

    Resolution: Fixed

Applied.

thanks,
dims

> Deserialization of child policies of secPolicy assertions is incorrect
> ----------------------------------------------------------------------
>
>                 Key: AXIS2-1651
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1651
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: modules
>         Environment: Linux version 2.6.17-gentoo (root@highlander) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #1 SMP PREEMPT Thu Jul 6 05:04:46 UTC 2006
> ava(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
>            Reporter: Sanka Samaranayake
>         Assigned To: Sanka Samaranayake
>         Attachments: secpolicy.patch
>
>
> Deserialization of policies that are defined with the assertion elements is incorrect in few secpolicy assertions.
> Namely in the following builders the enclosed policy element within the assertion element doesn't get isolated properly. Hence it doesn't get processed proprely.
> SymmetricBindingBuilder.java
> SupportingTokensBuilder.java
> IssuedTokenBuilder.java
> WSS10Builder.java
> TransportToken.java
> ProtectionTokenBuilder
> TransportBindingBuilder
> RecipientTokenBuilder
> UsernameTokenBuilder
> WSS11Builder.java
> LayoutBuilder.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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