[java-identity-provider] 01/03: IDP-1499 Strip property values from logging

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 20 04:25:32 EST 2019


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

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

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

commit 1ecd2fd3c11fef503d18faf485617dd9e19d5a19
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 20 08:23:59 2019 +0000

    IDP-1499 Strip property values from logging
    
    https://issues.shibboleth.net/jira/browse/IDP-1499
---
 idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
index 32c2004..f077903 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
@@ -231,7 +231,7 @@ public class V4Install extends AbstractInitializableComponent {
                     replacements.load(new FileInputStream(mergeFile));
                 } else {
                     replacements = getIdPReplacements(sealerCreated);
-                    log.debug("Creating {} from {} and {}", target, source, replacements);
+                    log.debug("Creating {} from {} and {}", target, source, replacements.keySet());
                 }
                 propertiesToReWrite.load(new FileInputStream(source.toFile()));
                 propertiesToReWrite.replaceProperties(replacements);

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


More information about the commits mailing list