Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty Block IP based on visits

Xin,

You should start with Jetty's QosFilter (Quality of Service filter):

http://wiki.eclipse.org/Jetty/Reference/QoSFilter

regards
Jan

On 5 December 2011 17:57, Xin Chen <xcheney@xxxxxxxxxxxxxx> wrote:
> Hi,
>
> Can you Jetty do this?
>
> Specifying the maximum request e.g. 1000 per day or per hour, for certain IP. If that IP reaches the limit, Jetty will show them error message etc.
>
> Thanks,
> cheney
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top