Skip to content

ngergs/spring-security-filter-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring security filter debug project

This is a simple project to reproduce a behaviour thas has been introduced with spring security 5.5.0 and has been included in spring boot 2.5.0. Adding a filter relative (before/after) to a custom, i.e. non-standard spring filter, results in an error.

        http.addFilterAfter(new SpringRelativeFilter(), SecurityContextHolderAwareRequestFilter.class)
            .addFilterAfter(new CustomRelativeFilter(), SpringRelativeFilter.class);

The above logic works with spring boot 2.4.5 but breaks with spring boot 2.5.0.

About

Debug project to fix spring security 2.5.0 filters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages