7b61a44929
Previously, Spring Security's test support did not work well with the standalone setup. This was because the springSecurityFilterChain was not found by the WebTestUtils. This commit ensures that the springSecurityFilterChain is added as a servlet attribute if it is explicitly defined. WebTestUtils can then find the springSecurityFilterChain in the ServletContext. Fixes gh-3881 |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
template.mf | ||
test.gradle |