Package org.springframework.security.web.server.firewall
package org.springframework.security.web.server.firewall
-
ClassDescriptionA simple implementation of
ServerExchangeRejectedHandler
that sends an error with configurable status code.Thrown when aServerWebExchange
is rejected.HandlesServerExchangeRejectedException
thrown byServerWebExchangeFirewall
.Interface which can be used to reject potentially dangerous requests and/or wrap them to control their behaviour.A strict implementation ofServerWebExchangeFirewall
that rejects any suspicious requests with aServerExchangeRejectedException
.