From 53b5252fec01b2af401f119c7e00bb552266ba2c Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Wed, 19 Aug 2015 02:00:36 -0400 Subject: [PATCH 45/46] remove obsolete code from CertificateAuthority class --- base/ca/src/com/netscape/ca/CertificateAuthority.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/base/ca/src/com/netscape/ca/CertificateAuthority.java b/base/ca/src/com/netscape/ca/CertificateAuthority.java index 158ecff1f72ec2d3cfa3c73b7599bf2c3b59bc6e..acf07b9bde2a05f7c62740293a0c66cf92f50771 100644 --- a/base/ca/src/com/netscape/ca/CertificateAuthority.java +++ b/base/ca/src/com/netscape/ca/CertificateAuthority.java @@ -349,9 +349,6 @@ public class CertificateAuthority implements ICertificateAuthority, ICertAuthori throw e; } - // init web gateway. - initWebGateway(); - mUseNonces = mConfig.getBoolean("enableNonces", true); mMaxNonces = mConfig.getInteger("maxNumberOfNonces", 100); @@ -1493,14 +1490,6 @@ public class CertificateAuthority implements ICertificateAuthority, ICertAuthori mReplicaRepot = new ReplicaIDRepository( DBSubsystem.getInstance(), 1, replicaReposDN); CMS.debug("Replica Repot inited"); - - } - - /** - * init web gateway - just gets the ee gateway for this CA. - */ - private void initWebGateway() - throws EBaseException { } private void startPublish() -- 2.4.3