[
https://issues.apache.org/jira/browse/WICKET-6169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15294926#comment-15294926
]
ASF subversion and git services commented on WICKET-6169:
---------------------------------------------------------
Commit 809b2da16cc0796ee4e5aca8ef816c200c01baf2 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=809b2da ]
WICKET-6169 NullPointerException accessing AbstractRequestLogger.getLiveSessions
> NullPointerException accessing AbstractRequestLogger.getLiveSessions
> --------------------------------------------------------------------
>
> Key: WICKET-6169
> URL: https://issues.apache.org/jira/browse/WICKET-6169
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.3.0
> Reporter: Sverre Boschman
> Assignee: Martin Grigorov
> Attachments: RequestLoggerLiveSessionsTest.java
>
>
> AbstractRequestLogger.getLiveSessions throws a NPE while sorting the
> liveSessions if a session is destroyed concurrently.
> java.lang.NullPointerException
> at
> java.util.ComparableTimSort.countRunAndMakeAscending(ComparableTimSort.java:320)
> at java.util.ComparableTimSort.sort(ComparableTimSort.java:188)
> at java.util.Arrays.sort(Arrays.java:1246)
> at
> org.apache.wicket.protocol.http.AbstractRequestLogger.getLiveSessions(AbstractRequestLogger.java:139)
> at
> org.apache.wicket.requestlogger.RequestLoggerLiveSessionsTest.test(RequestLoggerLiveSessionsTest.java:27)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)