[ http://issues.apache.org/jira/browse/DIRSERVER-746?page=all ]

Bastiaan Bakker updated DIRSERVER-746:
--------------------------------------

    Attachment: apacheds-1.0-RC4-authorizationservice.patch

The attached patchs adds a check to 
DefaultDirectoryService.createBootstrapEntries() to ensure that the 
authorizarionService interceptor exists and is an instance of 
AuthorizationService before calling cacheNewGroup()


> 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
>         Attachments: apacheds-1.0-RC4-authorizationservice.patch
>
>
> 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 NullPointerException. 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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to