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

Les Hazlewood resolved SHIRO-325.
---------------------------------

    Resolution: Fixed

committed to trunk
                
> SimpleSession serializes fields twice
> -------------------------------------
>
>                 Key: SHIRO-325
>                 URL: https://issues.apache.org/jira/browse/SHIRO-325
>             Project: Shiro
>          Issue Type: Bug
>          Components: Session Management
>    Affects Versions: 1.0.0, 1.1.0
>            Reporter: Les Hazlewood
>            Assignee: Les Hazlewood
>             Fix For: 1.2.0
>
>
> org.apache.shiro.session.mgt.SimpleSession serializes fields twice - once via 
> the 'writeObject' implementations' call to out.writeDefaultObject(), and 
> again via the custom bitmask-based serialization that follows it.
> The internal fields should be marked as transient to prevent this.  
> out.writeDefaultObject should still be called for JVM security reasons, but 
> SimpleSession's custom field-based serialization is more efficient so it 
> should be retained.  The solution is to mark all custom-serialized fields as 
> transient.
> Discussion thread here: 
> http://mail-archives.apache.org/mod_mbox/shiro-user/201109.mbox/%[email protected]%3E

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to