[
https://issues.apache.org/jira/browse/WICKET-6513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306965#comment-16306965
]
ASF subversion and git services commented on WICKET-6513:
---------------------------------------------------------
Commit 8c7f583a3c74d4a9fa7ac1caa1bd06e432986902 in wicket's branch
refs/heads/wicket-7.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=8c7f583 ]
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
(cherry picked from commit 869ff926557468b23032ca78e1503ecd530e9aac)
> 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)