25 Sep, 2006

8 commits


23 Sep, 2006

3 commits


22 Sep, 2006

7 commits

  • Fix for issue 711.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@435 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     
  • An extensible LDAP filter with dn attribute but without attribute name and
    matching rule causes IndexOutOfBounds exception in LDAPFilter.decode method. 
    
    To reproduce the error, decode filter string "(:dn:=John Doe)"
    
    Fix for issue 708.
    
    Constructing a LDAPFilter object from a SearchFilter objects with NOT components
    results in an incomplete LDAPFilter object. The LDAPFilter will be complete
    except for the NOT components. This results in a NullPointerException exception
    when calling methods that assume a LDAPFilter component will not be NULL (ie.
    toString).
    
    Fix for issue 709.
    
    When encoding LDAPFilter objects to ASN1Element objects, extensible components
    are encoded as or components. The matching rule ID is also included twice in the
    encoding with the wrong ASN1 type of matching rule attribute.
    
    Fix for issue 710.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@434 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@429 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@426 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • 2. Fix issue 702: Import of non-existent LDIF file leaves environment handle open.
    3. In the test runner method TasksTestCase#testTask reduce the sleep from 1s to 10ms when polling for completed task.
    4. Remove two unnecessary catch blocks in ImportTask.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@425 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@424 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@422 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     

21 Sep, 2006

10 commits


20 Sep, 2006

9 commits


19 Sep, 2006

3 commits