Hello, I'm trying to use throttling on CAS 4.2.7 but it seems that it's not working! I'v done that on CAS 3.5.2 and it worked fine! my configuration(based on CAS documentaion): depoyerConfigContext:
<alias name="inMemoryIpAddressThrottle" alias="authenticationThrottle"/> cas.properties: cas.throttle.failure.threshold=3 cas.throttle.failure.range.seconds=10 I found that event of context is "success" even for failed login when I debug *postHandle* method of *AbstractThrottledSubmissionHandlerInterceptorAdapter *so* recordSubmissionFailure* does not call therefor not counting for throttling! thanks for any support. Meysam -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/7f1c6a26-8b5b-4b89-899a-fab908188b94%40apereo.org.
