aboutsummaryrefslogtreecommitdiff
path: root/connector_lib
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2018-10-29 11:20:49 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2018-10-29 11:20:49 +0100
commit35240c443355add2d81f51fce3c271624c191cf7 (patch)
treed932d77a60f0dae8b7a5b3f4575cff3130b1d156 /connector_lib
parentfc88f2f4a3658da627eb65254f80f875b6368569 (diff)
downloadNational_eIDAS_Gateway-35240c443355add2d81f51fce3c271624c191cf7.tar.gz
National_eIDAS_Gateway-35240c443355add2d81f51fce3c271624c191cf7.tar.bz2
National_eIDAS_Gateway-35240c443355add2d81f51fce3c271624c191cf7.zip
make Web content loadable from configuration directory
Diffstat (limited to 'connector_lib')
-rw-r--r--connector_lib/src/main/java/at/asitplus/eidas/specific/connector/MSeIDASNodeConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/connector_lib/src/main/java/at/asitplus/eidas/specific/connector/MSeIDASNodeConstants.java b/connector_lib/src/main/java/at/asitplus/eidas/specific/connector/MSeIDASNodeConstants.java
index e49d70bf..4e027307 100644
--- a/connector_lib/src/main/java/at/asitplus/eidas/specific/connector/MSeIDASNodeConstants.java
+++ b/connector_lib/src/main/java/at/asitplus/eidas/specific/connector/MSeIDASNodeConstants.java
@@ -36,6 +36,8 @@ public class MSeIDASNodeConstants {
public static final String PROP_CONFIG_APPLICATION_PUBLIC_URL_REQUEST_VALIDATION = "context.url.request.validation";
public static final String PROP_CONFIG_REVISIONLOG_LOG_IP_ADDRESS_OF_USER = "revisionlog.logIPAddressOfUser";
+ public static final String PROP_CONFIG_WEBCONTENT_STATIC_PATH = "webcontent.static.directory";
+
private static final String PROP_CONFIG_PVP2_PREFIX = "pvp2.";
public static final String PROP_CONFIG_PVP2_KEYSTORE_PATH = PROP_CONFIG_PVP2_PREFIX + "keystore.path";
public static final String PROP_CONFIG_PVP2_KEYSTORE_PASSWORD = PROP_CONFIG_PVP2_PREFIX + "keystore.password";