[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Summary of issues with the Java LDAP API and resolutions



Rob Weltman wrote:
> 
> "Kurt D. Zeilenga" wrote:
> >
> > At 03:38 PM 3/25/01 -0800, Rob Weltman wrote:
> > >  An application is always free to do its own LDAP URL parsing, and there will undoubtedly always be applications that choose to do so. But all applications that implement their own chasing of referrals do not need to distinguish between explicit URL parameters and implied URL parameters.
> >
> > The scope defaulting is different for search referrals than for
> > search continuations.  In a referral, no explicit scope implies
> > the client should reuse the prior scope.  In a continuation, no
> > explicit scope implies the client should use a base derived from
> > the prior base (base->base, one->base, subtree->base).
> 
>   That has already been discussed on this list. The API implementation delivers the referral correctly rewritten so the client doesn't need to worry about it, regardless of if using automatic referral following or automatic referral following.

  Make that "if using automatic referral following or chasing referrals itself".