[ 
http://issues.apache.org/jira/browse/DIREVE-298?page=comments#action_12356459 ] 

Jacob S. Barrett commented on DIREVE-298:
-----------------------------------------

Soory, nevermind... I see what it is doing.  This is part of some authorization 
check lookup with "bypass" set.  Not exactly sure what that is really supposed 
to be doing, but it was causing a full attributes lookup on my partition.  I 
changed my lookup call to see if the invokation stack has bypass.  If it does I 
just return an empty Attributes set rather than forwarding it an to my backend.

> AuthorizationService.lookup with attrIds drops attrIds.
> -------------------------------------------------------
>
>          Key: DIREVE-298
>          URL: http://issues.apache.org/jira/browse/DIREVE-298
>      Project: Directory Server
>         Type: Bug
>   Components: interceptors
>     Versions: 0.9.3
>     Reporter: Jacob S. Barrett
>     Assignee: Alex Karasulu
>  Attachments: AuthorizationService-lookup.patch
>
> The interceptor AuthorizationSerivice.lookup with attrIds does not call the 
> same method on the next interceptor.  It calls the lookup without attrIds.  
> Patch attached.

-- 
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