On 12/19/2015 01:41 PM, Emmanuel Lécharny wrote: > Le 19/12/15 13:36, Stefan Seelmann a écrit : >> On 12/19/2015 01:32 PM, Emmanuel Lécharny wrote: >>> Le 19/12/15 10:42, Stefan Seelmann a écrit : >>>> Build with Java 7 and Java 8 worked fine. >>>> >>>> >>>> I'm now checking how it works in Studio. I have one failing UI test with >>>> a special crafted DN starting with '#' that I have to investigate. >>>> >>>> # cn=\#\\\+\, \"öé\",ou=users,ou=system >>>> dn:: Y249XCNcXFwrXCwgXCLDtsOpXCIsb3U9dXNlcnMsb3U9c3lzdGVt >>> FTR, this DN is perfectly legal. I created a test for it, with or >>> wirhout the schema manager, and in both cases, it works. >> Yes, problem is not the DN itself, but when we inject the entry with >> @ApplyLdifFiles, see DIRSERVER-2109 for details. >> >> > I see... > > Was it working before ? >
Yes, with API M31 and Server M20 it worked. I think that is not a release blocker, I can workaround in the test.
