[jira] Commented: (SLING-1270) Replace Session.logout from SlingMainServlet

2010-08-20 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900692#action_12900692 ] Felix Meschberger commented on SLING-1270: -- So this can then be resolved for now.

Re: [jira] Commented: (SLING-1270) Replace Session.logout from SlingMainServlet

2010-01-06 Thread Ian Boston
Felix, I agree that we should use the ServletRequestListener support, but I continue to wonder if there isnt a need for a request lifecycle to be exposed by the sling main servlet which would avoid having to a) create a stack of ServletFilters b) bind the SlingMainServlet to other apis' c)

Sling Request Lifecycle events (was: [jira] Commented: (SLING-1270) Replace Session.logout from SlingMainServlet)

2010-01-06 Thread Felix Meschberger
Hi Ian, On 06.01.2010 11:57, Ian Boston wrote: I agree that we should use the ServletRequestListener support, but I continue to wonder if there isnt a need for a request lifecycle to be exposed by the sling main servlet which would avoid having to a) create a stack of ServletFilters b)

Re: Sling Request Lifecycle events (was: [jira] Commented: (SLING-1270) Replace Session.logout from SlingMainServlet)

2010-01-06 Thread Ian Boston
On 6 Jan 2010, at 13:01, Felix Meschberger wrote: Hi Ian, On 06.01.2010 11:57, Ian Boston wrote: I agree that we should use the ServletRequestListener support, but I continue to wonder if there isnt a need for a request lifecycle to be exposed by the sling main servlet which would avoid