[ 
http://opencast.jira.com/browse/MH-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=28232#comment-28232
 ] 

Adam McKenzie commented on MH-8205:
-----------------------------------

Looking at the list to me it looks like 
modules/matterhorn-kernel/src/main/java/org/opencastproject/kernel/security/DelegatingAuthenticationEntryPoint.java
and 
modules/matterhorn-kernel/src/main/java/org/opencastproject/kernel/security/AuthenticationSuccessHandler.java
Will create a session every time there is a successful authentication and it 
makes the subsequent request. 

modules/matterhorn-lti/src/main/java/org/opencastproject/lti/LtiServlet.java 
Doesn't create sessions. 

As users interact with engage these two classes will also create a bunch of 
sessions:
modules/matterhorn-annotation-impl/src/main/java/org/opencastproject/annotation/impl/AnnotationRestService.java
modules/matterhorn-usertracking-service-impl/src/main/java/org/opencastproject/usertracking/endpoint/UserTrackingRestService.java

It doesn't look like to me that we can get around these but I am definitely not 
the authority for any of these areas. 
                
> Jetty Sessions lead to memory leak
> ----------------------------------
>
>                 Key: MH-8205
>                 URL: http://opencast.jira.com/browse/MH-8205
>             Project: Matterhorn Project
>          Issue Type: Bug
>          Components: Administrative Tools, Engage Tools
>    Affects Versions: 1.2, 1.3
>            Reporter: David Horwitz
>            Assignee: Adam McKenzie
>            Priority: Release Blocker
>             Fix For: 1.2.1, 1.3
>
>         Attachments: 1.2.x-HttpServletRequest.list, 
> ListOfPossibleSessionCreators.txt, MH-8205-1.1.x.patch, MH-8205.patch, 
> trunk-HttpServletRequest.list
>
>


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

        
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to