-
Improvement
-
Resolution: Invalid
-
Major
-
4.0RC4
-
None
There are multiple logs in RightManager where the level is not tested.
For example, line 324, we have :
getLogger().debug("Try to determine if user {} has the right '{}' on the object context {}", userIdentity, rightId, object);
Without the following test :
if (getLogger().isDebugEnabled())
It's mostly important for debug and info logs.