Skip to content

Bugfix/issue 20 expiration rate limit filter - #24

Merged
vimal-java-dev merged 2 commits into
mainfrom
bugfix/issue-20-expiration-rate-limit-filter
Mar 4, 2026
Merged

Bugfix/issue 20 expiration rate limit filter#24
vimal-java-dev merged 2 commits into
mainfrom
bugfix/issue-20-expiration-rate-limit-filter

Conversation

@vimal-java-dev

Copy link
Copy Markdown
Owner

Explicitly add your filter to the servlet filter chain

  1. This forces Spring to:
  2. Explicitly add your filter to the servlet filter chain
  3. Ensure ordering
  4. Ensure it executes before the controller
  5. No ambiguity.

vimal-java-dev and others added 2 commits March 4, 2026 05:49
Merge pull request #22 from vimal-java-dev/bugfix/issue-20-expiration…
Signed-off-by: vimal-java-dev <vimal929@gmail.com>
@vimal-java-dev vimal-java-dev self-assigned this Mar 4, 2026

@vimal-java-dev vimal-java-dev left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good for future purposes.

@vimal-java-dev
vimal-java-dev merged commit 3776e2a into main Mar 4, 2026
2 checks passed
vimal-java-dev added a commit that referenced this pull request Mar 4, 2026
Merge pull request #24 from vimal-java-dev/bugfix/issue-20-expiration…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant