Package | Description |
---|---|
org.springframework.security.config.annotation.web.builders | |
org.springframework.security.web |
Spring Security's web security module.
|
org.springframework.security.web.firewall |
Modifier and Type | Method and Description |
---|---|
WebSecurity |
WebSecurity.httpFirewall(HttpFirewall httpFirewall)
Allows customizing the
HttpFirewall . |
Modifier and Type | Method and Description |
---|---|
void |
FilterChainProxy.setFirewall(HttpFirewall firewall)
Sets the "firewall" implementation which will be used to validate and wrap (or potentially reject) the
incoming requests.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpFirewall
Default implementation which wraps requests in order to provide consistent values of the
servletPath and
pathInfo , which do not contain path parameters (as defined in
RFC 2396). |
Copyright © 2019. All rights reserved.