You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/04/25 20:53:30 UTC

[jira] Resolved: (WICKET-2201) Auto login issue because cookie retrieval fails

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

Igor Vaynberg resolved WICKET-2201.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

wicket does not provide any kind of auto-login functionality, you have to implement that yourself. you have to set your own cookies as well. i have implemented autologin on numeral occasions and it has worked just fine, the simplest way to do this is to check for the cookie inside the auth strategy and instead of redirecting to the login page authenticate the user if the cookie is correct.

> Auto login issue because cookie retrieval fails
> -----------------------------------------------
>
>                 Key: WICKET-2201
>                 URL: https://issues.apache.org/jira/browse/WICKET-2201
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC2
>         Environment: doesnt matter. i have tried both unix and windows
>            Reporter: Murat YĆ¼cel
>            Assignee: Igor Vaynberg
>         Attachments: auto-login.patch, cookie-project.rar, SignIn2.java, SignInPanel.java
>
>
> The issue trail can be found here.
> http://www.nabble.com/Cookie-retrieval-issue.-td22420819.html

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