]
Darran Lofthouse updated ELY-1823:
----------------------------------
Fix Version/s: 1.10.0.CR1
(was: 1.9.2.CR1)
Update SecurityProviderServerMechanismFactory to cache Provider
interaction.
----------------------------------------------------------------------------
Key: ELY-1823
URL:
https://issues.jboss.org/browse/ELY-1823
Project: WildFly Elytron
Issue Type: Enhancement
Components: HTTP
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Major
Fix For: 1.10.0.CR1
The SecurityProviderServerMechanismFactory regularly interacts with the Provider which
can cause contention as calls to getServices() and getService(S,S) are synchronized.
Runtime updates are not actually expected so we should cache the interactions.