[java-identity-provider] branch main updated: IDP-1757 Add a comment about the metadatagen plugin.
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 15 12:05:38 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=715c1b6d1bbfbc73cec4f99be8c466f5a3798cfd
The following commit(s) were added to refs/heads/main by this push:
new 715c1b6d1 IDP-1757 Add a comment about the metadatagen plugin.
715c1b6d1 is described below
commit 715c1b6d1bbfbc73cec4f99be8c466f5a3798cfd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 15 13:04:29 2021 +0100
IDP-1757 Add a comment about the metadatagen plugin.
https://issues.shibboleth.net/jira/browse/IDP-1757
---
.../shibboleth/idp/installer/metadata/impl/MetadataGeneratorImpl.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/impl/MetadataGeneratorImpl.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/impl/MetadataGeneratorImpl.java
index fed5d996e..027572df1 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/impl/MetadataGeneratorImpl.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/impl/MetadataGeneratorImpl.java
@@ -317,6 +317,7 @@ public class MetadataGeneratorImpl extends AbstractInitializableComponent implem
writer.newLine();
writer.newLine();
writer.write(" This metadata is not dynamic - it will not change as your configuration changes.");
+ writer.write(" On Demand Metadata Generation available from the metadatagen plugin.");
writer.newLine();
closeComment();
writer.newLine();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list