WebContextImpl does not handle Anonymous user
---------------------------------------------
Key: MAGNOLIA-1520
URL: http://jira.magnolia.info/browse/MAGNOLIA-1520
Project: Magnolia
Issue Type: Task
Components: core
Affects Versions: 3.1 M1
Reporter: Sameer Charles
Assigned To: Sameer Charles
Priority: Critical
Fix For: 3.1 M2
WebContextImpl either uses Httpsession as a container for repository managers
or it creates these objects on each call to the method if you are not
logged-in, which degrades the performance on live instance where sessions are
not kept.
Possible sollution:
- Implement AnonymousContext extending WebContextImpl
- ContextFilter should always set current context to Anonymous
- switch to WebContext in LoginFilter if request is authenticated
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------