views:

14

answers:

0

Is there a way to limit the number of requests that a user can make in a period of time? Ex: max 200 requests per minute.

My environment is Apache Tomcat 7.0 with APR libraries, Spring MVC 3, and Spring Security 3. That feature can be a Tomcat configuration or a Spring configuration. Any suggestions?