You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <ji...@apache.org> on 2009/12/16 19:02:18 UTC

[jira] Reopened: (DERBY-4475) [patch] roleName isn't trimmed as expected

     [ https://issues.apache.org/jira/browse/DERBY-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dag H. Wanvik reopened DERBY-4475:
----------------------------------


> [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.0.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.
-
You can reply to this email to add a comment to the issue online.