You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2010/07/28 18:03:17 UTC

[jira] Resolved: (SLING-1614) Form Auth is not returning user to anonymous JCR state after timeout

     [ https://issues.apache.org/jira/browse/SLING-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Boston resolved SLING-1614.
-------------------------------

      Assignee: Ian Boston
    Resolution: Fixed

There is now a configuration setting which allows a login form to be presented when the users form login token expires. By default the login form is not displayed, setting 

> Form Auth is not returning user to anonymous JCR state after timeout 
> ---------------------------------------------------------------------
>
>                 Key: SLING-1614
>                 URL: https://issues.apache.org/jira/browse/SLING-1614
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Mike Moulton
>            Assignee: Ian Boston
>             Fix For: Extensions Form Based Authentication 1.0.0
>
>
> Per a discussion on the dev list [1], it looks like the Form Auth extension is not properly handling timeouts.
> Steps to reproduce:
> - Start up the standalone sling.
> - Install the form auth bundle.
> - Goto: http://localhost:8080/index.html - page should render
> - Goto: http://localhost:8080/system/sling/form/login - login
> - Goto: http://localhost:8080/index.html - page should still render
> - Wait for session cookie to timeout (I lowered the timeout to 1 min for my testing)
> - Refresh: http://localhost:8080/index.html - page will redirect to login form
> Expected behavior is that the form auth handler will return the session to an anonymous state if the cookie has timed out.
> Related to SLING-1588
> [1] http://sling.markmail.org/thread/mqp3e7xkrtggpsef

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.