You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/07/10 03:04:15 UTC

[jira] Created: (GERONIMO-4735) JACC EJBMethodPermission permission collection stores data twice and is hard to understand

JACC EJBMethodPermission permission collection stores data twice and is hard to understand
------------------------------------------------------------------------------------------

                 Key: GERONIMO-4735
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4735
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: specs
    Affects Versions: 2.2
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 2.2


We serialize the EJBMethodPermission permission collection.  It currently serializes both the list of permissions and the data structure that lets it look up stuff quickly.  Lets just save the permissions and reconstitute the data structure.  Lets add serialVersionID fields too.

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


[jira] Closed: (GERONIMO-4735) JACC EJBMethodPermission permission collection stores data twice and is hard to understand

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-4735.
----------------------------------

    Resolution: Fixed

rev 792821.

> JACC EJBMethodPermission permission collection stores data twice and is hard to understand
> ------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4735
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4735
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: specs
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> We serialize the EJBMethodPermission permission collection.  It currently serializes both the list of permissions and the data structure that lets it look up stuff quickly.  Lets just save the permissions and reconstitute the data structure.  Lets add serialVersionID fields too.

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