> File : cas-server-webapp/src/main/webapp/WEB-INF/cas-servlet.xml
>
> +<bean id="handlerMappingB" 
> class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
> +   <property name="mappings">
> +      <props>
> +         <prop key="/login">loginController</prop>
> +      </props>
> +   </property>
> +   <property name="interceptors">
> +      <list>
> +            <bean 
> class="org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter"
> +               p:failureRangeInSeconds="120"
> +               p:failureThreshold="100">
> +            <constructor-arg index="0" ref="auditTrailManager" />
> +            <constructor-arg index="1" ref="dataSource" />
> +         </bean>
> +         <ref bean="localeChangeInterceptor" />
> +      </list>
> +   </property>
> +</bean>

You need to read between the lines a bit for this. Simply add the
InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
interceptor to the list of interceptors as in the examples for
in-memory interceptors for 3.5.x. There's no loginController bean
anymore in 3.5.x.

M

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to