Alejandro Otero Freire created CXF-7068:
-------------------------------------------
Summary: WSSecurity Policy not take all suit algorithm
Key: CXF-7068
URL: https://issues.apache.org/jira/browse/CXF-7068
Project: CXF
Issue Type: Bug
Components: WS-* Components
Affects Versions: 2.7.18
Reporter: Alejandro Otero Freire
If you definie in the policy this:
<sp:AlgorithmSuite>
<wsp:Policy>
<sp:Basic128Rsa15 />
<sp:Basic256Rsa15 />
<sp:Basic128Sha256Rsa15
/>
<sp:Basic256Sha256Rsa15
/>
</wsp:Policy>
</sp:AlgorithmSuite>
It's only load Base128Rsa15, if you change the order, always load the first one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)