ceef70946b
When enabling debug for spring security, the FilterChainProxy will be wrapped by the DebugFilter. This DebugFilter will be registered as bean springSecurityFilterChain. The WebTestUtils will now search for the bean by name instead of FilterChainProxy class. In this case we have to cast to a Java ServletFilter to support both filter... Fixes gh-3836 |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
template.mf | ||
test.gradle |