Export to GitHub

memcached-session-manager - issue #55
Wicket's MiniMap cannot be deserialized with javolution serializer
Posted on Mar 26, 2010 by
Grumpy Bear
When a statefull wicket page contains a org.apache.wicket.util.collections.MiniMap (e.g. org.apache.wicket.markup.html.link.BookmarkablePageLink.parameters are a MiniMap) the serialization fails when the javolution serializer is used. It fails because the public class MiniMap does not provide a no-args constructor, but only a constructor taking the size as argument.
Comment #1
Posted on Mar 26, 2010 by Grumpy Bear(No comment was entered for this change.)
Comment #2
Posted on Mar 26, 2010 by Grumpy BearFixed by #56.
Status: Fixed
Labels:
Type-Defect
Priority-Medium
Milestone-1.3