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 "Nils Dehn (JIRA)" <ji...@apache.org> on 2009/12/17 12:42:18 UTC

[jira] Created: (RAMPART-272) Add support for X509Token as SignedSupportingTokens

Add support for X509Token as SignedSupportingTokens
---------------------------------------------------

                 Key: RAMPART-272
                 URL: https://issues.apache.org/jira/browse/RAMPART-272
             Project: Rampart
          Issue Type: New Feature
          Components: rampart-core
    Affects Versions: 1.4
            Reporter: Nils Dehn
            Assignee: Ruchith Udayanga Fernando
            Priority: Minor


<sp:SignedSupportingTokens>
  <wsp:Policy>
    <sp:X509Token sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient">
      <wsp:Policy>
        <sp:WssX509V3Token10 />
      </wsp:Policy>
    </sp:X509Token>
  </wsp:Policy>
</sp:SignedSupportingTokens>

in policy.xml

wll lead to

...
Caused by: org.apache.rampart.RampartException: Unsupported SignedSupportingToken : "{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}
X509Token"
at org.apache.rampart.builder.TransportBindingBuilder.build(TransportBindingBuilder.java:108)



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