Le 4/11/12 3:47 PM, Dave Cramer a écrit :
HiI'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). -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
