You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the HttpFirewall rejects a request, it does that by throwing an exception (as all other outcomes would not stop the execution of the filter chain). However, this exception bubbles up and eventually gets printed in the logs/console, and that's not desirable, as it's not an actual exception.
Expected Behavior
Instead of propagating the exception, the FilterChainProxy should catch it, log a one-line warning, and respond with BAD_REQUEST.
Version
5.0.3.RELEASE
The text was updated successfully, but these errors were encountered:
Summary
If the HttpFirewall rejects a request, it does that by throwing an exception (as all other outcomes would not stop the execution of the filter chain). However, this exception bubbles up and eventually gets printed in the logs/console, and that's not desirable, as it's not an actual exception.
Expected Behavior
Instead of propagating the exception, the FilterChainProxy should catch it, log a one-line warning, and respond with BAD_REQUEST.
Version
5.0.3.RELEASE
The text was updated successfully, but these errors were encountered: