[java-identity-provider] branch master updated: IDP-1513 Police idp.service.rp.resources correctly

Rod Widdowson rdw at steadingsoftware.com
Mon Oct 28 10:33:05 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw 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=d51df0ad12a7345ff24ffe3abb5be0faab289c1d

The following commit(s) were added to refs/heads/master by this push:
       new  d51df0a   IDP-1513 Police idp.service.rp.resources correctly
d51df0a is described below

commit d51df0ad12a7345ff24ffe3abb5be0faab289c1d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Oct 28 14:32:03 2019 +0000

    IDP-1513 Police idp.service.rp.resources correctly
    
    https://issues.shibboleth.net/jira/browse/IDP-1513
---
 idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
index b904b5e..b5db194 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
@@ -125,7 +125,7 @@ public class V4Install extends AbstractInitializableComponent {
         final Properties props = currentState.getCurrentlyInstalledProperties();
         if (props != null) {
             String value =StringSupport.trimOrNull(props.getProperty("idp.service.relyingparty.resources"));
-            if ("shibboleth.RelyingPartyResolverResources".equals(value)) {
+            if ("shibboleth.LegacyRelyingPartyResolverResources".equals(value)) {
                 log.error("Install failed: system will not work after V4 upgrade");
                 log.error("idp.service.relyingparty.resources is set to shibboleth.RelyingPartyResolverResources");
                 throw new BuildException("Install failed: system will not work after V4 upgrade");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list