| Bastiaan Bakker (JIRA) 2006-09-21, 1:11 pm |
| DefaultDirectoryService.createBootstrapEntries() throws NullPointerException if no authorizationService is configured
---------------------------------------------------------------------------------------------------------------------
Key: DIRSERVER-746
URL: http://issues.apache.org/jira/browse/DIRSERVER-746
Project: Directory ApacheDS
Issue Type: Bug
Components: core
Reporter: Bastiaan Bakker
Priority: Minor
DefaultDirectoryService.createBootstrapEntries() has a hardcoded dependency on AuthorizationService being configured as the 'authorizationService' interceptor. If one does not want to configure an authorizationService the code in question will throw a Nul
lPointerException. Also if one does configure a different authorizationService implementation the code will throw a ClassCastException.
Clearly the code should not assume an AuthorizationService instance has been configured as the 'authorizationService' interceptor.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|