1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Update FilterChainProxy#getFilters(String) javadoc

Closes gh-18157

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-12-03 18:49:31 +07:00
committed by Josh Cummings
parent 7441ce7f16
commit 85b756cb74
@@ -254,6 +254,11 @@ public class FilterChainProxy extends GenericFilterBean {
/** /**
* Convenience method, mainly for testing. * 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 * @param url the URL
* @return matching filter list * @return matching filter list
*/ */