[java-identity-provider] 01/03: IDP-2103 Redo installer to accomodate new layout
Rod Widdowson
rdw at steadingsoftware.com
Sat May 13 12:28: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=def6517e3c1f3fc513d8e4a8badb4d19b0b4f1fa
commit def6517e3c1f3fc513d8e4a8badb4d19b0b4f1fa
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 12 16:49:44 2023 +0100
IDP-2103 Redo installer to accomodate new layout
https://shibboleth.atlassian.net/browse/IDP-2103
Add a couple of directories to the core module to ease the way for the installer.
---
.../src/main/java/net/shibboleth/idp/module/core/impl/Core.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-conf-impl/src/main/java/net/shibboleth/idp/module/core/impl/Core.java b/idp-conf-impl/src/main/java/net/shibboleth/idp/module/core/impl/Core.java
index 95be2acea..197920c87 100644
--- a/idp-conf-impl/src/main/java/net/shibboleth/idp/module/core/impl/Core.java
+++ b/idp-conf-impl/src/main/java/net/shibboleth/idp/module/core/impl/Core.java
@@ -62,6 +62,8 @@ public final class Core extends CoreIdPModule {
try {
final Path home = Path.of(moduleContext.getInstallLocation());
Files.createDirectories(home.resolve("conf"));
+ Files.createDirectories(home.resolve("credentials"));
+ Files.createDirectories(home.resolve("metadata"));
Files.createDirectories(home.resolve("flows"));
Files.createDirectories(home.resolve("messages"));
Files.createDirectories(home.resolve("views"));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list