From 80aff97bedf8c2ee5f58209f36f18ebbc475ccb1 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 13 Apr 2012 13:51:32 -0400 Subject: RESTful servlet to configure system in a single servlet. Installation code common to the panels and the installation servlet are extracted to a ConfigurationUtils file. The panel code will be cleaned up to use the code in this class in a later commit. Contains restful client and test driver code. The test driver code should be modified and placed in a junit/system test framework. Installation has been tested to work with the following installations: master CA, clone CA, KRA, OCSP, TKS, subordinate CA, CA signed by external CA (parts 1 and 2). Ticket #155 --- .classpath | 2 ++ 1 file changed, 2 insertions(+) (limited to '.classpath') diff --git a/.classpath b/.classpath index 3f38dd98b..cb9c52f1e 100644 --- a/.classpath +++ b/.classpath @@ -14,6 +14,7 @@ + @@ -39,5 +40,6 @@ + -- cgit