org.apache.wicket.request.Url.QueryParameter is not Serializable
----------------------------------------------------------------
Key: WICKET-3013
URL: https://issues.apache.org/jira/browse/WICKET-3013
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.5-M1
Reporter: Ivan Vasilev
Fix For: 1.5-M2
An exception is thrown when wicket attempts to serialize
org.apache.wicket.request.Url, because QueryParameter class does not implement
Serializable.
I have tried replacing Url.class file in my environment's
wicket-request-1.5-M1.jar with custom built Url with Serializable
QueryParameter class and the problem disappears.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.