[java-opensaml COMMIT] /trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/CheckClientAddress...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 9 15:33:21 EDT 2014
Author: scantor
Date: Mon Jun 9 15:33:21 2014
New Revision: 3925
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3925&view=rev
Log:
Add missing event build.
Modified:
trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/CheckClientAddress.java
Modified: trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/CheckClientAddress.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/CheckClientAddress.java?rev=3925&r1=3924&r2=3925&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/CheckClientAddress.java (original)
+++ trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/CheckClientAddress.java Mon Jun 9 15:33:21 2014
@@ -107,6 +107,7 @@
}
log.warn("{} Denied request from client address '{}'", getLogPrefix(), addr);
+ ActionSupport.buildEvent(profileRequestContext, EventIds.ACCESS_DENIED);
}
}
More information about the commits
mailing list