618b8a2d83
Previously a NullPointerException would be thrown if no HttpSecurity matched on the request passed in. This was because findFilters would return null rather than an empty List. This commit returns null if findFilters gets a null result. Fixes gh-3343 |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
template.mf | ||
test.gradle |