Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.4-RC5
-
None
-
None
-
None
-
wicket trunk
Description
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
Attachments
Issue Links
- is duplicated by
-
WICKET-2551 Bug in WicketTester when submitting forms
- Resolved