Hi Dave!
Thnks for the report. I have fixed it in svn. The development is not
that vivid.
From my point of view, it is still a proove of concept.
Greetings from Hamburg,
StefanZ
Am 11.04.2012 15:47, schrieb Dave Cramer:
Hi
I've found a bug
Index: src/main/java/org/apache/directory/groovyldap/LDAP.java
===================================================================
--- src/main/java/org/apache/directory/groovyldap/LDAP.java
(revision 1324703)
+++ src/main/java/org/apache/directory/groovyldap/LDAP.java (working copy)
@@ -607,7 +607,8 @@
}
finally
{
- ctx.close();
+ if (ctx != null )
+ ctx.close();
}
return result;
}
Is this under active development ?
Dave