Skip to content

Commit

Permalink
Noticket: Remove another Public Web old traces
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarella committed Jan 18, 2024
1 parent 1663d63 commit ec6f4f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,6 @@ public static boolean getRequireAdminCertificateInDatabase() {
public static String getWebContentEncoding() {
return EjbcaConfigurationHolder.getString("web.contentencoding");
}

/**
* The request browser certificate renewal web application is deployed
*/
public static boolean getRenewalEnabled() {
return Boolean.valueOf(EjbcaConfigurationHolder.getExpandedString("web.renewalenabled"));
}

public static boolean doShowStackTraceOnErrorPage(){
final String s=EjbcaConfigurationHolder.getString ("web.errorpage.stacktrace");
Expand Down
1 change: 0 additions & 1 deletion propertyDefaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ httpsserver.hostname = ${httpsserver.hostname}
httpsserver.password = ***
httpserver.external.fqdn = ${httpserver.external.fqdn}
web.contentencoding = ${web.contentencoding}
web.renewalenabled = ${web.renewalenabled}
ejbcaws.enabled = ${ejbcaws.enabled}
unidfnr.enabled = ${unidfnr.enabled}

Expand Down
1 change: 0 additions & 1 deletion src/java/defaultvalues.properties
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ httpserver.external.privhttps=8443
httpserver.pubhttps=8442
httpserver.pubhttp=8080
web.openvpn.createInstallerScript=/usr/local/ejbca/bin/mk_openvpn_windows_installer.sh
web.renewalenabled=false
web.reqcertindb=true
# Web, known PKCS#11 crypto libraries
cryptotoken.p11.lib.10.name=Thales ProtectServer 2 Emulator
Expand Down

0 comments on commit ec6f4f1

Please sign in to comment.