Opened 9 years ago

Closed 9 years ago

#1946 closed defect (fixed)

NullPointerException in item list view

Reported by: Nicklas Nordborg Owned by: everyone
Priority: critical Milestone: BASE 3.5.2
Component: core Version:
Keywords: Cc:

Description

This seems to happen for all item lists that use synchronization filters:

java.lang.NullPointerException
...at ItemContext.configureQuery(ItemContext.java:1559)
...at SyncFilter.getMatching(SyncFilter.java:453)
...at SyncFilter.isInSync(SyncFilter.java:389)
...at org.apache.jsp.views.itemlists.view_005flist_jsp._jspService(view_005flist_jsp.java:1346)

Code line ItemContext.java:1559 is the fix from #1943. This fix should only be used on list pages in the GUI, not when using synchronization filters.

Change History (1)

comment:1 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

(In [6892]) Fixes #1946: NullPointerException in item list view

Note: See TracTickets for help on using tickets.