[
https://issues.apache.org/jira/browse/DERBY-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Brosius updated DERBY-4475:
--------------------------------
Component/s: JDBC
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
Priority: Trivial (was: Major)
Issue & fix info: [Patch Available]
Affects Version/s: 10.5.3.0
Summary: [patch] roleName isn't trimmed as expected (was:
[patch] role)
> [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
> Attachments: 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.
-
You can reply to this email to add a comment to the issue online.