• v2.4.2-hotfix f4b324ea17

    FTMahringer released this 2026-05-12 01:33:42 +02:00 | 114 commits to main since this release

    Fix: RateLimitingFilter used HttpServletResponse.SC_TOO_MANY_REQUESTS which is not available in the Jakarta Servlet API version used. Replaced with numeric 429 constant.

    Downloads