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 2010/08/28 07:38:05 UTC

[jira] Resolved: (WICKET-2339) Fix : testSignIn2(org.apache.wicket.examples.signin2.Signin2Test)

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

Igor Vaynberg resolved WICKET-2339.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s:     (was: 1.5-M2)
       Resolution: Won't Fix

please reopen if still doesnt work with 1.5 and please provide a quickstart or a testcase.

> Fix : testSignIn2(org.apache.wicket.examples.signin2.Signin2Test)
> -----------------------------------------------------------------
>
>                 Key: WICKET-2339
>                 URL: https://issues.apache.org/jira/browse/WICKET-2339
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4-RC5
>         Environment: wicket trunk
>            Reporter: Martin Funk
>            Assignee: Igor Vaynberg
>
> MockHttpServletRequest is broken when used with CryptedUrlWebRequestCodingStrategy
> MockHttpServletRequest.getQueryString() line: 714 returns the QueryString like this: (in the specific Test Case of SignIn2Test)
> username=wicket&password=wicket&rememberMeRow:rememberMe=true&x=6*:1:signInPanel:signInForm::IFormSubmitListener::
> CryptedUrlWebRequestCodingStrategy decodeURL(final String url) cant read that 
> it expexts the paramter 'x=' at the very beginning of the QueryString of the URL.
> sorry no patch file.
> (in my current mood I'd throw the CryptedUrlWebRequestCodingStrategy away)
> mf

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