Description
I upgraded to 1.2.6 and am getting a ClassCastException on line 161 of WebRequestCodingStrategy. When it calls request.getParameter(BEHAVIOR_ID_PARAMETER_NAME) it is expecting a String, but it is returning a String array so I get a classcastexception. I am using CryptedUrlWebRequestCodingStrategy to build the URLs. The actual bug appears to be in the WebRequest because it casts to a String which is incorrect, since the actual parameter is a String array.
Attachments
Attachments
Issue Links
- is duplicated by
-
WICKET-571 AjaxLinks throws java.lang.ClassCastException
- Resolved
- relates to
-
WICKET-3070 Method getParameterMap in CryptedUrlWebRequestCodingStrategy.DecodedUrlRequest is broken
- Resolved