Skip to content

Enable on forward chain#617

Open
v3rm0n wants to merge 1 commit into
akkinoc:mainfrom
v3rm0n:dispatcher
Open

Enable on forward chain#617
v3rm0n wants to merge 1 commit into
akkinoc:mainfrom
v3rm0n:dispatcher

Conversation

@v3rm0n

@v3rm0n v3rm0n commented Oct 8, 2025

Copy link
Copy Markdown

Describe the changes

LogbackAccessSecurityServletFilter currently only works on REQUEST chain so if there's a forwarded request, the remote user is not populated.

Other option would be to make LogbackAccessSecurityServletFilter extend OncePerRequestFilter instead but I didn't want to add Spring dependency to this class since it currently only depends on the Servlet API only.

LogbackAccessSecurityServletFilter currently only works on REQUEST chain
so if there's a forwarded request, the remote user is not populated.
@v3rm0n v3rm0n requested a review from akkinoc as a code owner October 8, 2025 11:58
@akkinoc akkinoc added this to the v5 milestone Mar 20, 2026
@akkinoc akkinoc removed this from the v5 milestone Mar 20, 2026
@akkinoc akkinoc added the type:enhancement An enhancement or improvement. label Mar 20, 2026
@akkinoc akkinoc added this to the v5 milestone Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:enhancement An enhancement or improvement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants