[ 
https://issues.apache.org/jira/browse/DIRSERVER-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472849
 ] 

Stefan Zoerner commented on DIRSERVER-806:
------------------------------------------

Unfortunately, simply adding the parameter in the server.xml does not cause the 
test case to pass. 

Please note that this is a problem which currently blocks blocks both 1.0.x and 
1.5.x from passing the STANDARD profile of the Open Group Certification. But 
because the 1.0 is certified for the BASE profile only, this issue is not a 
blocker for a 1.0.1 release. The latter would still be certified with the same 
level as the 1.0.0 (which obviously is expected by our users), because it can 
pass all relevant tests, without fixing this issue.

> No continuation references for referrals returned for some search filters
> -------------------------------------------------------------------------
>
>                 Key: DIRSERVER-806
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-806
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.1, 1.0
>         Environment: * ApacheDS 1.0.1 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Emmanuel Lecharny
>            Priority: Minor
>             Fix For: 1.0.1, 1.5.0
>
>         Attachments: ContinuationTest.java
>
>
> I have created a referral entry below the example partition like this:
> dn: cn=theReferral,dc=example,dc=com
> objectclass: top
> objectClass: referral
> objectClass: extensibleObject
> cn: theReferral
> ref: ldap://someHost:389/cn=somewhere
> Afterwards I have performed some searches in order to check whether ApacheDS 
> returns a search result continuation reference. I used JNDI and set 
> Context.REFERRAL to "throw" in order to check whether I get a 
> ReferralException.
> Case 1:
> Base: dc=example,dc=com
> Filter: (objectClass=*)
> Scope: sub
> => ApacheDS delivers a continuation reference with the search result. I get 
> an exception at the client.
> Case 2:
> Base: dc=example,dc=com
> Filter: (cn=Nick Cave)
> Scope: sub
> => Other than expected, ApacheDS does not deliver a continuation reference 
> with the search result. No exception occurs.
> Note that the only change is the filter expression.
> I have created a JUnit testcase to demonstrate the situation. It has been 
> successfully tested with other Directory servers (OpenLDAP, IBM, Sun). I'll 
> attach it soon.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to