[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/main/java/edu/internet2/middleware/shibboleth/i...

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 4 23:09:25 EDT 2014


Author: scantor
Date: Mon Aug  4 23:09:25 2014
New Revision: 3184

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3184&view=rev
Log:
SIDP-587 - lower log level

Modified:
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/session/IdPSessionFilter.java

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3184&r1=3183&r2=3184&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Mon Aug  4 23:09:25 2014
@@ -8,6 +8,7 @@
 =============================================
 Also, updating POM to implement:
 [JXT-106] - Update Apache Santuario (xmlsec) to 1.5.6
+[SIDP-587] - log level too high?
 [SIDP-600] - Make the inbound message issuer (SP's entity ID) available to logout.jsp
 [SIDP-607] - Incorrect/misleading Kerberos authentication example in login.config 
 

Modified: branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/session/IdPSessionFilter.java
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/session/IdPSessionFilter.java?rev=3184&r1=3183&r2=3184&view=diff
==============================================================================
--- branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/session/IdPSessionFilter.java (original)
+++ branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/session/IdPSessionFilter.java Mon Aug  4 23:09:25 2014
@@ -151,7 +151,7 @@
         String[] valueComponents = cookieValue.split("\\|");
         if (valueComponents.length != 4) {
             if (valueComponents.length == 3) {
-                log.info("IdP session cookie probably issued by older IdP version, ignoring it");
+                log.debug("IdP session cookie probably issued by older IdP version, ignoring it");
             } else {
                 log.warn("IdP session cookie has an improperly formatted value: {}", cookieValue);
             }



More information about the commits mailing list