[
https://issues.apache.org/jira/browse/WICKET-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702839#action_12702839
]
Igor Vaynberg commented on WICKET-2201:
---------------------------------------
setting and reading cookies is outside the scope of wicket, this is j2ee
territory. wicket forwards all your cookie requests to the underlying
httpservletrequest so if something is not working it is likely some bug on your
side.
if you have a project that demonstrates the problem maybe someone will look
into it.
looking into your "cookie-project.rar", there cookies are written and read just
fine when the code actually executes, eg WicketApplication:65 and 66 produce
the following output:
email = test
password = test
if you change your homepage to extend authenticatedpage so the code actually
has a chance to execute.
> 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.