add debug message
This commit is contained in:
parent
0c64103261
commit
12f29bf14b
1 changed files with 4 additions and 0 deletions
|
@ -237,6 +237,10 @@ public class RoleQueryHelper {
|
|||
rolesStr = cipher.decryptoText(rolesStr);
|
||||
}
|
||||
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("role: original: {}, decrypto: {}", value, rolesStr);
|
||||
}
|
||||
|
||||
if (valueSeparator.length() > 0) {
|
||||
final String[] values = rolesStr.split(valueSeparator);
|
||||
if (maxAge > 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue