06-05-06 06:11 PM
[ http://issues.apache.org/jira/brows...ER-634?page=all ]
Stefan Zoerner updated DIRSERVER-634:
-------------------------------------
Attachment: DeletionWithIllegalNameTest.java
This is the JUnit test case using Sun ONE Directory SDK for Java 4.1 or comp
arable (Netscape, Mozilla).
> Delete with illegal DN causes client to hang
> --------------------------------------------
>
> Key: DIRSERVER-634
> URL: http://issues.apache.org/jira/browse/DIRSERVER-634
> Project: Directory ApacheDS
> Type: Bug
> Versions: 1.0-RC3
> Environment: Sun ONE Directory SDK for Java 4.1
> ApacheDS 1.0 RC 3
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
> Microsoft Windows XP version 5.1 Service Pack 1
> Reporter: Stefan Zoerner
> Attachments: DeletionWithIllegalNameTest.java
>
> A delete operation with an invalid DN causes the client to hang. The expected resu
lt is LDAP error code 34 (INVALID_DN_SYNTAX) (preferred), or 32 (NO_SUCH_OBJECT). Fo
r instance I tried to delete DN "This is an illegal name,dc=example,dc=com" (no attr
ibu
te name in RDN).
> Unfortunately, I was not able to create this situation with JNDI. Its LDAP Provide
r seems to ignore such an operation, there is no Exception at all. A Java test case
created with Sun ONE Directory SDK for Java caused the client to hang, and does not
pro
duce the result code expected. I'll attach it to this issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|