[
https://issues.apache.org/jira/browse/WICKET-6513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306964#comment-16306964
]
ASF subversion and git services commented on WICKET-6513:
---------------------------------------------------------
Commit 869ff926557468b23032ca78e1503ecd530e9aac in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=869ff92 ]
WICKET-6513 NullPointerException at PageStoreManager$SessionEntry after login
Check for storeTouchedPages == null before trying to use it.
It might be null in case an alternative serialization library is used
> NullPointerException at PageStoreManager$SessionEntry after login
> -----------------------------------------------------------------
>
> Key: WICKET-6513
> URL: https://issues.apache.org/jira/browse/WICKET-6513
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 7.9.0
> Reporter: Arkadiy Churilov
> Assignee: Martin Grigorov
> Fix For: 8.0.0, 7.10.0
>
>
> I tried to use memcached-session-manager with Kryo serialization strategy -
> https://github.com/magro/memcached-session-manager/wiki
> It works fine but after login NullPointerException was generated.
> I think the problem is a transient field storingTouchedPages that may be null
> after deserialization.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)