Bug #398 (closed)
Opened 13 years ago
Closed 13 years ago
Null pointer exception introduced in r1001
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | blocker | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
Various deep calls on Details are NPE'ing now in the BasicSecuritySystem.
ome.conditions.InternalException: Wrapped Exception: (java.lang.NullPointerException): null at ome.security.basic.BasicSecuritySystem.isOwnerOrSupervisor(BasicSecuritySystem.java:237) at ome.security.basic.BasicSecuritySystem.managedPermissions(BasicSecuritySystem.java:670) at ome.security.basic.BasicSecuritySystem.checkManagedDetails(BasicSecuritySystem.java:555) at ome.security.basic.OmeroInterceptor.resetDetails(OmeroInterceptor.java:280) at ome.security.basic.OmeroInterceptor.onFlushDirty(OmeroInterceptor.java:165)
Change History (1)
comment:1 Changed 13 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r1002 fixes.