summaryrefslogtreecommitdiffstats
path: root/pki
diff options
context:
space:
mode:
authorawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-06 23:07:32 +0000
committerawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-06 23:07:32 +0000
commitece894f52db85e066de1b68697c49e931a17f2de (patch)
tree478c30943038963620b30f33f4def5df63192f09 /pki
parentf4bcd2920a82e641be09bac252e45966318c455a (diff)
downloadpki-ece894f52db85e066de1b68697c49e931a17f2de.tar.gz
pki-ece894f52db85e066de1b68697c49e931a17f2de.tar.xz
pki-ece894f52db85e066de1b68697c49e931a17f2de.zip
Fixed bugzilla bug #241423.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@280 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/common/Constants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/common/Constants.java b/pki/base/common/src/com/netscape/certsrv/common/Constants.java
index 4b86f56ff..62b7ac3fa 100644
--- a/pki/base/common/src/com/netscape/certsrv/common/Constants.java
+++ b/pki/base/common/src/com/netscape/certsrv/common/Constants.java
@@ -215,6 +215,7 @@ public interface Constants {
public final static String PR_CACHE_RECOVERY = "enableCacheRecovery";
public final static String PR_EXTENSIONS = "allowExtensions";
public final static String PR_INCLUDE_EXPIREDCERTS = "includeExpiredCerts";
+ public final static String PR_INCLUDE_EXPIREDCERTS_ONEEXTRATIME = "includeExpiredCertsOneExtraTime";
public final static String PR_CA_CERTS_ONLY = "caCertsOnly";
public final static String PR_PROFILE_CERTS_ONLY = "profileCertsOnly";
public final static String PR_PROFILE_LIST = "profileList";