doFilter method invoking twice ?
Open
relates-to:spring-security
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
doFilter method inside class RestTokenValidationFilter in invoking twice on every call and inside doFilter method there is a call for authentication which is also invoking twice any solution to reduce it ?
Contributor guide
Research direction
Start by locating RestTokenValidationFilter and tracing every path that reaches doFilter, including the authentication call described in the issue. Confirm whether the method is entered twice per request and identify the request or filter configuration responsible; done means the duplicate invocation is explained and the behavior is corrected or documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100