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 "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org> on 2008/01/10 12:52:34 UTC

[jira] Resolved: (RAMPART-90) Rampart must respond using the applicable WS-Policy even when returning a fault

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

Nandana Mihindukulasooriya resolved RAMPART-90.
-----------------------------------------------

    Resolution: Fixed

Fixed in revision 610736. We have to add the security phase to in the axis2.xml to use Rampart from now on. Will include a note about this in the READ_ME file. 

> Rampart must respond using the applicable WS-Policy even when returning a fault
> -------------------------------------------------------------------------------
>
>                 Key: RAMPART-90
>                 URL: https://issues.apache.org/jira/browse/RAMPART-90
>             Project: Rampart
>          Issue Type: Bug
>          Components: rampart-core
>    Affects Versions: 1.3
>            Reporter: Asankha C. Perera
>            Assignee: Nandana Mihindukulasooriya
>
> Ref: http://mail-archives.apache.org/mod_mbox/ws-synapse-dev/200709.mbox/%3c12889206.post@talk.nabble.com%3e
> When the CallbackHandler fails, the response to a timestamped request is inconsistent:
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>    <soapenv:Body>
>       <soapenv:Fault>
>          <faultcode>soapenv:Server</faultcode>
>          <faultstring>The security token could not be authenticated or
> authorized</faultstring>
>          <detail/>
>       </soapenv:Fault>
>    </soapenv:Body>
> </soapenv:Envelope>

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