mirror of https://github.com/halo-dev/halo
![]() #### What type of PR is this? /kind improvement /area core /milestone 2.13.x #### What this PR does / why we need it: This PR creates AdditionalWebFilterChainProxy to call all additional filters instead of using SecurityWebFilterChain. Please note that: - the AdditionalWebFilterChainProxy should be executed before `org.springframework.security.web.server.WebFilterChainProxy`. - I don't change `UsernamePasswordAuthenticator` because of <https://github.com/halo-dev/halo/pull/5348>. The authenticator should be in Security scope instead of a standalone webfilter. See https://github.com/halo-dev/halo/issues/5300#issuecomment-1933436652 for more. #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/5300 #### Does this PR introduce a user-facing change? ```release-note None ``` |
||
---|---|---|
.. | ||
src | ||
build.gradle |