-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR16
-
None
Coverity scan found issue in following code in FileSystemRealm class in testsuite/shared module:
String.format("/subsystem=elytron/filesystem-realm=%s/identity=%s:add-attribute(name=groups, value=[%s])", name, user.getName(), user.getPassword(), String.join(",", user.getRoles())));
The code contains 3x %s, but 4x parametr.
The param user.getPassword() is a C/P leftover and should be removed.
- is cloned by
-
WFLY-8590 AS Testsuite helper class FileSystemRealm doesn't map roles correctly
- Closed
- is incorporated by
-
JBEAP-10547 Backport Latest Elytron Integration Changes to DR18 Step 1
- Closed