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
Attachments
Issue Links
- is duplicated by
-
DERBY-4474 [patch] roleName isn't trimmed as expected
- Closed
- is required by
-
DERBY-4994 10.5 backport effort issue (2011)
- Closed