mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-03-30 14:08:11 +00:00
Merge remote-tracking branch 'origin/6.5.x' into 7.0.x
This commit is contained in:
commit
721b22d87a
@ -258,6 +258,11 @@ public class FilterChainProxy extends GenericFilterBean {
|
||||
|
||||
/**
|
||||
* Convenience method, mainly for testing.
|
||||
* <p>
|
||||
* Attempt to find the matching filter chain based on the given {@code url}. Note that
|
||||
* the URI is often not enough information and this method should be used with
|
||||
* caution. Instead, consider using Spring Security's testing support that mocks a
|
||||
* full HTTP request.
|
||||
* @param url the URL
|
||||
* @return matching filter list
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user