]
Stefan Guilhen resolved SECURITY-883.
-------------------------------------
Resolution: Done
Pull request has been merged
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.