Ved,
On 2/28/24 00:56, Ved wrote:
Hi,
I am using spring boot and wanted to use Rate Limit. I can find it in
package org.apache.catalina.filters; //in embedded tomcat
But this RateLimitFilter is never called. I want to understand when this
filter is called and how I can customize it.
Have you
Hi,
I am using spring boot and wanted to use Rate Limit. I can find it in
package org.apache.catalina.filters; //in embedded tomcat
But this RateLimitFilter is never called. I want to understand when this
filter is called and how I can customize it.
Regards,
Ved Prakash
On Fri, Jul 7, 2023 at 6:07 PM Peter Eichenauer
wrote:
>
> Hi,
>
> thank you for adding the RateLimitFilter in Tomcat 9.0.76. It is working
> as expected, but I wonder if the log message during initialisation is
> correct: Actual is [{3}] per [{4}] milliseconds. [{5}].
>
Hi,
thank you for adding the RateLimitFilter in Tomcat 9.0.76. It is working
as expected, but I wonder if the log message during initialisation is
correct: Actual is [{3}] per [{4}] milliseconds. [{5}].
To me it looks like that parameter {4} is printed in seconds.
For example, this is my