[Fedora-directory-commits] console/src/com/netscape/management/client LDAPTaskModel.java, 1.1.1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Tue Jul 15 17:26:58 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/console/src/com/netscape/management/client
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15441/console/src/com/netscape/management/client

Modified Files:
	LDAPTaskModel.java 
Log Message:
Bump version to 1.1.2
Disable SSLv2 ciphers by default - they are disabled on the server side anyway, so you can't enable them, but this just makes it clear what's going on
Do not use thread.stop - this causes threading issues with modern JVMs
Added support for debugging in Eclipse
Added more debugging log information



Index: LDAPTaskModel.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/LDAPTaskModel.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- LDAPTaskModel.java	18 Jul 2005 00:34:07 -0000	1.1.1.1
+++ LDAPTaskModel.java	15 Jul 2008 17:26:56 -0000	1.2
@@ -285,7 +285,7 @@
                     } catch (Exception e) {
                         Debug.println(
                                 "LDAPTaskModel.getTasksFromLdap: Could not load class: " +
-                                sJavaClassName);
+                                sJavaClassName + ": Exception: " + e);
                         // This implicitly means that this task should not show up in
                         // in the Task list.
                     }




More information about the Fedora-directory-commits mailing list