26 Sep, 2006

10 commits


25 Sep, 2006

19 commits


23 Sep, 2006

8 commits


22 Sep, 2006

3 commits

  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@436 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     
  • 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