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

Sven Meier commented on WICKET-5036:
------------------------------------

BTW SignInForm#onMethodMismatch() (inherited from StatelessForm) returns ABORT, 
so you'll probably have to override this or otherwise the continued post 
parameters will not be accepted as a submit.
                
> Post Parameters are lost when continueToOriginalDestination() is called
> -----------------------------------------------------------------------
>
>                 Key: WICKET-5036
>                 URL: https://issues.apache.org/jira/browse/WICKET-5036
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.5.0
>            Reporter: Steve Lowery
>            Assignee: Sven Meier
>             Fix For: 6.6.0
>
>         Attachments: wicket-post-problems.zip
>
>
> if a RestartResponseAtInterceptPageException() is thrown during a POST 
> request, the InterceptData.set() method is saving off the parameters, but the 
> call to continueToOriginalDestination() doesn't read these parameters and 
> they get lost on the subsequent call (see lines 173-174 of 
> RestartResponseAtInterceptPageException).
> I will attach a quickstart demoing this.  In the quickstart, I would expect 
> the call to continueToOriginalDestination() on the EulaPage to call into the 
> authenticate() on the session and now they should be authenticated, but that 
> call never happens.  Instead, it goes back to the SignInPage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to