]
Philippe Marschall updated SECURITY-883:
----------------------------------------
Git Pull Request:
Fix Unconditional DomainInfo#toString
-------------------------------------
Key: SECURITY-883
URL:
https://issues.jboss.org/browse/SECURITY-883
Project: PicketBox
Issue Type: Patch
Components: PicketBox
Reporter: Philippe Marschall
Assignee: Stefan Guilhen
During profiling of our application we found that
{{JBossCachedAuthenticationManager.validateCache}} and
{{JBossCachedAuthenticationManager.isValid}} unconditionally call {{DomainInfo#toString}}
even if trace logging is not enabled.