cas.throttle.failure.threshold=1
cas.throttle.failure.range.seconds=3
deployerConfigContext.xml
<alias name="inMemoryIpAddressThrottle" alias="authenticationThrottle" />
In my cas.log (debug mode) i see some strange things :
2017-02-10 13:56:47,633 DEBUG [org.jasig.cas.util.CasSpringBeanJobFactory] - Created job org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter@33897e39[failureThreshold=1,failureRangeInSeconds=3,usernameParameter=username,thresholdRate=0.0] for bundle org.quartz.spi.TriggerFiredBundle@6b45e54d
2017-02-10 13:56:52,633 DEBUG [org.jasig.cas.util.CasSpringBeanJobFactory] - Created job org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter@5dd3cc15[failureThreshold=100,failureRangeInSeconds=60,usernameParameter=username,thresholdRate=0.0] for bundle org.quartz.spi.TriggerFiredBundle@8f812fc
I don't understand why my values for failureThreshold and failureRangeInSeconds are changed 100 and 60
Thanks for your help.