Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
10.5.3.0
-
None
-
None
Description
(from patch)
public static String parseRoleId(String roleName) throws StandardException
{
- roleName.trim();
+ roleName = roleName.trim();
// NONE is a special case and is not allowed with its special
// meaning in SET ROLE <value specification>. Even if there is
// a role with case normal form "NONE", we require it to be
Attachments
Issue Links
- duplicates
-
DERBY-4475 [patch] roleName isn't trimmed as expected
- Closed