[java-identity-provider] branch main updated: IDP-1784 --updateURLS only partially works for plugin installer

Rod Widdowson rdw at steadingsoftware.com
Mon Apr 5 13:55:05 UTC 2021


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

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bc6654d22ea791a21ac5a5bb4a8071bd32d59e60

The following commit(s) were added to refs/heads/main by this push:
       new  bc6654d22 IDP-1784 --updateURLS only partially works for plugin installer
bc6654d22 is described below

commit bc6654d22ea791a21ac5a5bb4a8071bd32d59e60
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 5 14:54:06 2021 +0100

    IDP-1784 --updateURLS only partially works for plugin installer
    
    https://issues.shibboleth.net/jira/browse/IDP-1784
---
 .../net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
index 639a35ed5..46bdbda0b 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
@@ -201,6 +201,7 @@ public final class PluginInstallerCLI extends AbstractIdPHomeAwareCommandLine<Pl
             inst.setHttpClient(getHttpClient());
         }
         inst.setModuleContextSecurityParams(getHttpClientSecurityParameters());
+        inst.setUpdateOverrideURLs(updateURLs);
         inst.initialize();
         installer = inst;
     }

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


More information about the commits mailing list