darkmoonka opened a new pull request, #184: URL: https://github.com/apache/santuario-xml-security-java/pull/184
- make static `providerName` to be a `ThreadLocal` The problem was that, in a concurrent application, if you use provider “A” to sign messages and a different provider (provider “B”) for signature verification, then parallel threads can overwrite the configured provider of each other. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
