[ 
https://issues.apache.org/jira/browse/WICKET-6310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838696#comment-15838696
 ] 

ASF subversion and git services commented on WICKET-6310:
---------------------------------------------------------

Commit 7716586c713f0645868c023d1340554860526ca2 in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=7716586 ]

WICKET-6310 Once invalidated the Session will be invalidated on every detach


> Once invalidated the Session will be invalidated on every detach
> ----------------------------------------------------------------
>
>                 Key: WICKET-6310
>                 URL: https://issues.apache.org/jira/browse/WICKET-6310
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 8.0.0-M3
>            Reporter: Marc G.
>            Assignee: Martin Grigorov
>         Attachments: spring-security.zip
>
>
> I've created a simple project to show that I've a test which works in Wicket 
> 7 but is failing in Wicket 8. Its a simple login form which authenticates a 
> user with Spring Security.
> In Wicket 8 the user is redirected to the LoginPage after a succesul login 
> without an error. In Wicket 7 the user is redirected to the HomePage as 
> expected.
> You can change the version in the maven property section. 
> I've tried to debug by myself but I didn't found anything...
> Hint: The test is working in Wicket 8 if you redirect the page with 
> setResponsePage(new HomePage.class) instead of setResponsePage(Homepage.class)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to