Skip to content

Commit

Permalink
Use the wrapped request down the line
Browse files Browse the repository at this point in the history
  • Loading branch information
zechmeister committed Oct 31, 2024
1 parent 68a2519 commit ba2e764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ protected void doFilterInternal(
return;
}

chain.doFilter(request, response);
chain.doFilter(wrappedRequest, response);
}
}

0 comments on commit ba2e764

Please sign in to comment.