https://bz.apache.org/bugzilla/show_bug.cgi?id=65853
--- Comment #18 from Mark Thomas <[email protected]> --- So in your code the call to getNonceCache() will create a cache instance if none is found? That doesn't seem quite right. I'd expect that method to return null if the cache doesn't exist rather than the create a new instance. I've refactored things a bit more so getNonceCache() is only called when necessary. Let me know what you think. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
