Steve Lowery created WICKET-5036:
------------------------------------

             Summary: 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
         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