Anmol Sundaram created DIRSERVER-2386:
-----------------------------------------

             Summary: Changed of behaviour in ApacheDS 2.0.0.AM25 vs ApacheDS 
2.0.0-M24
                 Key: DIRSERVER-2386
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2386
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: ldap, ldif
    Affects Versions: 2.0.0.AM26, 2.0.0.AM25
            Reporter: Anmol Sundaram
         Attachments: ApacheDSITest.java, example.com.ldif, pom.xml

We have an application on which we are using ApacheDS as a test time dependency 
to verify if the ldap functionality is working. On a hight level, the 
application tests a use case by leveraging ApacheDS testing framework where we 
want to search through the Directory Service using a search filter. The search 
is working fine for versions 2.0.0-M24 (which is the expected result), but it 
is failing on versions 2.0.0.AM25 and above versions with the following error ->

 

 
{code:java}
java.lang.IllegalArgumentException: ERR_13247_INVALID_VALUE_CANT_NORMALIZE 
Invalid upValue, it cant be normalized]; remaining name 
'ou=Groups,dc=example,dc=com'{code}
 

We cannot downgrade to DS 2.0.0-M24 because it is not compatible with jetty 
version _9.4.53.v20231009_ and we have a plan to upgrade jetty to 
_9.4.53.v20231009_ to avoid CVEs. 

 

 

Attaching the [^pom.xml], [^example.com.ldif] and the Java test file 
[^ApacheDSITest.java] to facilitate reproduction. To reproduce, simply place 
them in the following project structure and do a _mvn clean install_ -> 

 

Project Dir

 
{code:java}
| - pom.xml
| - src
     | - test 
          | - java
              | - org.example 
                    | - ApacheDSITest.java
          | - resources
               | - ldap 
                     | - example.com.ldif
{code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to