[java-identity-provider] branch master updated: Bump up warning on invalid date.

Scott Cantor cantor.2 at osu.edu
Fri Feb 8 10:25:36 EST 2019


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

scantor 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=f444e162ae53cbca367b497c764f967fa871690d

The following commit(s) were added to refs/heads/master by this push:
       new  f444e16   Bump up warning on invalid date.
f444e16 is described below

commit f444e162ae53cbca367b497c764f967fa871690d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 8 10:25:33 2019 -0500

    Bump up warning on invalid date.
---
 .../java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java
index 9bc1926..12de7f9 100644
--- a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java
+++ b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java
@@ -161,7 +161,7 @@ public class DateAttributePredicate extends AbstractAttributePredicate {
                         return true;
                     }
                 } catch (final RuntimeException e) {
-                    log.info("{} is not a valid date for the configured date parser", dateString);
+                    log.warn("{} is not a valid date for the configured date parser", dateString, e);
                 }
             }
         }

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


More information about the commits mailing list