You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2010/02/12 23:14:27 UTC

[jira] Resolved: (SHIRO-112) Implement Externalizable for serializable classes

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

Les Hazlewood resolved SHIRO-112.
---------------------------------

    Resolution: Fixed

Only SimplePrincipalCollection was adjusted to reflect proper serialization semantics (serialVersionUID) - this was the only class regularly serialized for RememberMe cookies and is the only one at the moment that has an end-user impact.  Any further serialization changes should be done on an as-need basis.

> Implement Externalizable for serializable classes
> -------------------------------------------------
>
>                 Key: SHIRO-112
>                 URL: https://issues.apache.org/jira/browse/SHIRO-112
>             Project: Shiro
>          Issue Type: Improvement
>    Affects Versions: 0.9-RC1, 0.9
>            Reporter: Les Hazlewood
>             Fix For: 1.0.0
>
>
> As a performance improvement any instance that can be remoted or serialized, we should implement Externalizable for better performance.  This also has a nice benefit for web environments - the rememberMe cookie value should be significantly smaller with a custom Externalizable implementation.

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