Closed GoogleCodeExporter closed 8 years ago
Fixed.
------------------------------------------------------------------------
r1811 | mgronber | 2009-04-29 17:26:29 -0700 (Wed, 29 Apr 2009) | 16 lines
Description:
Fix for Issue 145. Current code path always assumes an AuthorizationManager is
returned from the Session, however, some Connectors return null. Adding safety
check to prevent NullPointerException by checking the returned value and if it
is null just returning an empty set.
Tests Passed:
- All Unit Tests
Change Log:
M java/com/google/enterprise/connector/manager/ProductionManager.java:
- Added check for null AuthorizationManager.
Original comment by mgron...@gmail.com
on 30 Apr 2009 at 12:33
Original comment by Brett.Mi...@gmail.com
on 16 May 2009 at 9:25
Original issue reported on code.google.com by
mgron...@gmail.com
on 29 Apr 2009 at 12:47