[java-opensaml] branch master updated: Turn down logging level on access denial.

Scott Cantor cantor.2 at osu.edu
Tue Nov 12 15:13:06 EST 2019


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

scantor pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=8df7d90eda93bef7fb0d38553b252db6226087c9

The following commit(s) were added to refs/heads/master by this push:
       new  8df7d90   Turn down logging level on access denial.
8df7d90 is described below

commit 8df7d90eda93bef7fb0d38553b252db6226087c9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 12 15:13:03 2019 -0500

    Turn down logging level on access denial.
---
 .../main/java/org/opensaml/profile/logic/PredicateAccessControl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-profile-api/src/main/java/org/opensaml/profile/logic/PredicateAccessControl.java b/opensaml-profile-api/src/main/java/org/opensaml/profile/logic/PredicateAccessControl.java
index 4e9ed0c..1db03d9 100644
--- a/opensaml-profile-api/src/main/java/org/opensaml/profile/logic/PredicateAccessControl.java
+++ b/opensaml-profile-api/src/main/java/org/opensaml/profile/logic/PredicateAccessControl.java
@@ -81,7 +81,7 @@ public class PredicateAccessControl extends AbstractIdentifiableInitializableCom
                 return true;
             }
             prc.removeSubcontext(acc);
-            log.warn("{} Denied request based on predicate (Operation: {}, Resource: {})",
+            log.debug("{} Denied request based on predicate (Operation: {}, Resource: {})",
                     new Object[] {getLogPrefix(), operation, resource});
         } else {
             log.warn("{} Denied request based on predicate, missing ProfileRequestContext (Operation: {}, Resource: {})"

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


More information about the commits mailing list