[java-identity-provider] branch main updated: IDP-2151 Installer doesn't create the logs directory.
Rod Widdowson
rdw at steadingsoftware.com
Mon Aug 7 13:14:21 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=1d51a3ab6284c9b30c510493f7f2b3b58e745d68
The following commit(s) were added to refs/heads/main by this push:
new 1d51a3ab6 IDP-2151 Installer doesn't create the logs directory.
1d51a3ab6 is described below
commit 1d51a3ab6284c9b30c510493f7f2b3b58e745d68
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 7 14:13:15 2023 +0100
IDP-2151 Installer doesn't create the logs directory.
https://shibboleth.atlassian.net/browse/IDP-2151
---
.../src/main/java/net/shibboleth/idp/module/core/impl/Core.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 ffc9b3e6f..690a17f56 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
@@ -38,7 +38,7 @@ public final class Core extends CoreIdPModule {
/** Auto-created folders. */
@Nonnull private static final String[] AUTO_CREATED =
- { "conf", "credentials", "metadata", "flows", "messages", "views" };
+ { "conf", "credentials", "metadata", "flows", "messages", "views", "logs" };
/**
* Constructor.
@@ -104,4 +104,4 @@ public final class Core extends CoreIdPModule {
throw new ModuleException("This module cannot be disabled.");
}
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list