You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Artemy Tregubenko (JIRA)" <ji...@apache.org> on 2008/08/23 14:55:44 UTC

[jira] Closed: (SHINDIG-531) Support arbitrary module id in BasicSecurityToken

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

Artemy Tregubenko closed SHINDIG-531.
-------------------------------------


> Support arbitrary module id in BasicSecurityToken
> -------------------------------------------------
>
>                 Key: SHINDIG-531
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-531
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Common Components (PHP)
>            Reporter: Artemy Tregubenko
>            Assignee: Chris Chabot
>            Priority: Trivial
>         Attachments: arbitrary_module_id.diff
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Method BasicSecurityToken#getModuleId uses intval() to coerce module id to integer before returning. However these id can be arbitrary in some systems. In my case, these are bigints, and are truncated to 2^32 by intval. This onle-line patch removes coercion. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.