[java-identity-provider] branch main updated: IDP-2117 Make the plugin Installer understand HttpClientSecurityParameters
Rod Widdowson
rdw at steadingsoftware.com
Thu May 25 13:50:13 UTC 2023
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=45931790c013c686b1fa4bc51479b5fac938f1d9
The following commit(s) were added to refs/heads/main by this push:
new 45931790c IDP-2117 Make the plugin Installer understand HttpClientSecurityParameters
45931790c is described below
commit 45931790c013c686b1fa4bc51479b5fac938f1d9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu May 25 14:50:07 2023 +0100
IDP-2117 Make the plugin Installer understand HttpClientSecurityParameters
https://shibboleth.atlassian.net/browse/IDP-2117
---
.../idp/installer/plugin/impl/PluginInstallerArguments.java | 4 ----
1 file changed, 4 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
index d6093221e..1cc55c5e5 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
@@ -292,10 +292,6 @@ public class PluginInstallerArguments extends AbstractIdPHomeAwareCommandLineArg
public void validate() throws IllegalArgumentException {
super.validate();
- if (getHttpClientSecurityParameterstName() != null) {
- getLog().error("-hs / --http-security ignored");
- }
-
final List<String> otherArgs = getOtherArgs();
if (otherArgs.size() > 1) {
final StringBuffer output = new StringBuffer().append('"');
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list