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/07 21:01:44 UTC

[jira] Updated: (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 updated WICKET-2339:
----------------------------------

    Fix Version/s: 1.5-M2
                       (was: 1.5-M1)

> 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
>             Fix For: 1.5-M2
>
>
> 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.