History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-2006
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Eric Dalquist
Reporter: Eric Dalquist
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

Portlet prefrences are shared for guest users

Created: 09/Apr/08 05:17 PM   Updated: 18/Apr/08 10:52 AM
Component/s: None
Affects Version/s: 3.0.0-M5, 3.0.0-RC2, 3.0.0-RC3
Fix Version/s: 3.0.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Portlet entity preferences are stored for the guest user as they are for any other user. This causes a problem where a portlet that allows the guest user to modify the preference values affects all other guest users.

 All   Comments   Work Log   Change History      Sort Order:
Eric Dalquist [09/Apr/08 05:19 PM]
Added the ability for the preferences service to store the preferences in the guest user's session (which is not shared), not store guest preferences at all, or share the preference (the previous functionality). The default functionality is to store the preferences in the guest user's session which makes portlets function as expected during the session but scopes the data and removes it at session expiration.