Colm O hEigeartaigh created CXF-6883:
----------------------------------------
Summary: Crypto caching issues in the WS-Security code
Key: CXF-6883
URL: https://issues.apache.org/jira/browse/CXF-6883
Project: CXF
Issue Type: Bug
Affects Versions: 3.1.6
Reporter: Colm O hEigeartaigh
Assignee: Colm O hEigeartaigh
Fix For: 3.2.0, 3.1.8
There are some crypto caching issues in the WS-Security code relating to the
AsymmetricBinding. Under certain circumstances, the outbound crypto loading
(for signature) does not get cached properly, which means that the inbound
WSHandler cache ends up with two signature Crypto instances, one of which is
never used after the first iteration. In addition, it leads to some unnecessary
creation of new Crypto instances after the cache hit fails.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)