-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Seam / JSF UI
UserSuggestionActionsBean#getUserInfo calls userManager.getGroup(id) without testing if the id is empty. This causes a warning in the logs, which could be avoided
WARN [LDAPSession] The application should not query for entries with an empty id => return no results
The above method getPrefixedUserInfo does this check before going on
if (!StringUtils.isBlank(id)) {
- is related to
-
NXP-23137 Backport NXP-20931 in 8.10
- Resolved