[
https://issues.apache.org/jira/browse/TRINIDAD-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737600#action_12737600
]
Andy Schwartz commented on TRINIDAD-1543:
-----------------------------------------
Ah, yep. Though we don't expose a public/protected constructor, so we should
be able to implement Serializable without any impact (there are no subclasses).
However, I would also be okay with adding a private inner class that provides a
Serializable AccessibilityProfile implementation and then having
getInstance()/getDefaultInstance() return Serializable instances.
> AccessibilityProfile is not Serializable
> ----------------------------------------
>
> Key: TRINIDAD-1543
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1543
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Components
> Affects Versions: 1.2.11-core
> Reporter: Andy Schwartz
> Priority: Minor
>
> The AccessibilityProfile class is used to represent user-specific
> preferences, and is typically stored in the HttpSession. However, the fact
> that this class is not serializable prevents it from participating in session
> replication. Logging this issue to request that we make AccessibilityProfile
> serializable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.