[ 
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.

Reply via email to