[ 
https://issues.apache.org/jira/browse/AXIS2-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Veithen updated AXIS2-4514:
-----------------------------------

    Description: 
There is a very detailed description of the issue at this thread:  
http://markmail.org/message/gecvkhpt2k7cvwnh

I am not one of the two people in that thread but I am experiencing the issue 
and have tried to debug the issue by downloading Rampart v1.4 source code.  It 
would appear that the NPE occurs when the Signed WS-S header is being added 
after the Username token has already been added.

I traced the NPE down to RampartUtil:
       ((OMElement) child).insertSiblingAfter((OMElement) sibling); 
where neither child nor sibling is null so insertSiblingAfter has the NPE.
The thread described above has example policy and configuration files.  I had 
to downgrade to Axis2 v1.4 and everything started working again.

  was:
There is a very detailed description of the issue at this thread:  
http://mail-archives.apache.org/mod_mbox/ws-rampart-dev/200907.mbox/%3c4a7143fd.5090...@wilken.de%3e

I am not one of the two people in that thread but I am experiencing the issue 
and have tried to debug the issue by downloading Rampart v1.4 source code.  It 
would appear that the NPE occurs when the Signed WS-S header is being added 
after the Username token has already been added.

I traced the NPE down to RampartUtil:
       ((OMElement) child).insertSiblingAfter((OMElement) sibling); 
where neither child nor sibling is null so insertSiblingAfter has the NPE.
The thread described above has example policy and configuration files.  I had 
to downgrade to Axis2 v1.4 and everything started working again.


> Axis1.5 NPE nested down to jdom with working Axis1.4 Rampart Configuration
> --------------------------------------------------------------------------
>
>                 Key: AXIS2-4514
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4514
>             Project: Axis2
>          Issue Type: Bug
>          Components: modules
>    Affects Versions: 1.5
>         Environment: Not a development specific issue.
>            Reporter: Paul R
>            Assignee: Andreas Veithen
>
> There is a very detailed description of the issue at this thread:  
> http://markmail.org/message/gecvkhpt2k7cvwnh
> I am not one of the two people in that thread but I am experiencing the issue 
> and have tried to debug the issue by downloading Rampart v1.4 source code.  
> It would appear that the NPE occurs when the Signed WS-S header is being 
> added after the Username token has already been added.
> I traced the NPE down to RampartUtil:
>        ((OMElement) child).insertSiblingAfter((OMElement) sibling); 
> where neither child nor sibling is null so insertSiblingAfter has the NPE.
> The thread described above has example policy and configuration files.  I had 
> to downgrade to Axis2 v1.4 and everything started working again.

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

Reply via email to