[java-shib-idp2 COMMIT] /branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/session/IdPSessionFilte...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Dec 18 10:13:56 EST 2012
Author: scantor
Date: Tue Dec 18 10:13:56 2012
New Revision: 3129
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3129&view=rev
Log:
Fix log msg.
Modified:
branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/session/IdPSessionFilter.java
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=3129&r1=3128&r2=3129&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 Tue Dec 18 10:13:56 2012
@@ -231,7 +231,7 @@
// Check for relock requirement.
if (consistentAddress && sessionAddress.equals("-")) {
- log.info("Session not yet locked to a {} address, locking it to {}", (isV4 ? "V4" : "v6"), clientAddress);
+ log.info("Session not yet locked to a {} address, locking it to {}", (isV4 ? "V4" : "V6"), clientAddress);
if (isV4) {
v4AddressBytes = clientAddress.getBytes();
} else {
More information about the commits
mailing list