[
https://issues.apache.org/jira/browse/DERBY-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kathey Marsden reopened DERBY-4475:
-----------------------------------
Reopen for backport
> [patch] roleName isn't trimmed as expected
> ------------------------------------------
>
> Key: DERBY-4475
> URL: https://issues.apache.org/jira/browse/DERBY-4475
> Project: Derby
> Issue Type: Bug
> Components: JDBC
> Affects Versions: 10.5.3.0
> Reporter: Dave Brosius
> Priority: Trivial
> Fix For: 10.6.1.0
>
> Attachments: derby-4475.diff, derby-4475.stat, trim.diff
>
>
> (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
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira