Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Respond with status 400 for invalid requests handled by spring security firewall #1260

Merged
merged 4 commits into from
Feb 11, 2021

Commits on Feb 9, 2021

  1. Create RequestRejectedFilter to handle RequestRejectedException

    Spring firewall returns 500 when RequestRejectedException is thrown. The correct status code is 400.
    This is going to be addressed by spring-projects/spring-security#7568
    tor-vs-floki committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    907f94f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    06d5a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d598458 View commit details
    Browse the repository at this point in the history
  3. Fix code styling issues

    burimshala committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f63d776 View commit details
    Browse the repository at this point in the history