[java-identity-provider] branch master updated: IDP-1350 - IdP fails to initialize on certain property values
Scott Cantor
cantor.2 at osu.edu
Thu Oct 25 10:55:51 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=388ff2c3cffcf20b28e4d6ed71810fe036e20100
The following commit(s) were added to refs/heads/master by this push:
new 388ff2c IDP-1350 - IdP fails to initialize on certain property values
new dd2292b Merge branch 'master' of git at git.shibboleth.net:java-identity-provider
388ff2c is described below
commit 388ff2c3cffcf20b28e4d6ed71810fe036e20100
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 25 10:52:40 2018 -0400
IDP-1350 - IdP fails to initialize on certain property values
https://issues.shibboleth.net/jira/browse/IDP-1350
---
idp-conf/src/main/resources/system/conf/global-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/system/conf/global-system.xml b/idp-conf/src/main/resources/system/conf/global-system.xml
index a77b110..43bbf1a 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -228,7 +228,7 @@
<bean id="shibboleth.DataSealer" lazy-init="true"
class="net.shibboleth.utilities.java.support.security.DataSealer"
p:keyStrategy-ref="shibboleth.DataSealerKeyStrategy"
- p:lockedAtStartup="#{ '%{idp.sealer.storePassword:}'.isEmpty() or '%{idp.sealer.keyPassword:}'.isEmpty() }" />
+ p:lockedAtStartup="#{ !systemProperties.contains('idp.sealer.storePassword') or !systemProperties.contains('idp.sealer.keyPassword') }" />
<!-- This is a convenience for compatibility with the examples for configuring this in V2. -->
<alias name="shibboleth.DataSealer" alias="shibboleth.TransientIDDataSealer"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list