I have overseen you mail.
Patch already fixed. Project still builds.
Am 11.04.2012 16:26, schrieb Emmanuel Lécharny:
Le 4/11/12 3:47 PM, Dave Cramer a écrit :
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 ?
Active, no, but we can wake up the project :)
The best would be to create JIRAs with founs bugs.
(I will apply this one and see if the project still compiles).