Skip to content

Default security filter dispatcher types are not aligned with Spring Security's defaults #33090

@marcusdacoregio

Description

@marcusdacoregio

spring-projects/spring-security#11027 has changed the Spring Security default by applying authorization to every request.

Currently, to apply the FilterChainProxy to all dispatcher types using Spring Boot, one can do:
spring.security.filter.dispatcher-types=request,async,error,forward,include, where the default are just request,async,error.

Spring Boot should register the FilterChainProxy to all dispatcher types by default to better align with Spring Security defaults.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions