-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
When we use service loader discovery the mechanism factory gets cached so instances of the factory can maintain their own state. Where we use provider based discovery a new instance of the factory is created each time.
Our HTTP Digest implementation uses a static reference to the NonceManager to compensate for this.
We should look to make this consistent and ideally both discovery modes cache the factory.