Hi, I'm trying to configure Throttling on my cas server but it seems that doesn't work.
Here is my configuration : cas.properties : 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. -- Armando Martins -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/CAPs8K2p8fyT323du2gNm3ZGKL8M0%2BttvS3%3DJCRkVJmLVeBqwiQ%40mail.gmail.com.
