mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +00:00
Fix typo in config key
This commit is contained in:
@@ -140,7 +140,7 @@ public class X509Authentication implements AuthenticationMethod
|
|||||||
loginPageTitle = configurationService
|
loginPageTitle = configurationService
|
||||||
.getProperty("authentication-x509.chooser.title.key");
|
.getProperty("authentication-x509.chooser.title.key");
|
||||||
loginPageURL = configurationService
|
loginPageURL = configurationService
|
||||||
.getProperty("authentication-x509.hooser.uri");
|
.getProperty("authentication-x509.chooser.uri");
|
||||||
|
|
||||||
String keystorePath = configurationService
|
String keystorePath = configurationService
|
||||||
.getProperty("authentication-x509.keystore.path");
|
.getProperty("authentication-x509.keystore.path");
|
||||||
|
Reference in New Issue
Block a user