[
https://issues.apache.org/jira/browse/WICKET-6169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15294925#comment-15294925
]
ASF subversion and git services commented on WICKET-6169:
---------------------------------------------------------
Commit a58cac60516754a7f273780b529b3965bf189733 in wicket's branch
refs/heads/wicket-6.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=a58cac6 ]
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)