Skip to content

Commit 721b22d

Browse files
committed
Merge remote-tracking branch 'origin/6.5.x' into 7.0.x
2 parents 0ce76d2 + 85b756c commit 721b22d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

web/src/main/java/org/springframework/security/web/FilterChainProxy.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ private void doFilterInternal(ServletRequest request, ServletResponse response,
258258

259259
/**
260260
* Convenience method, mainly for testing.
261+
* <p>
262+
* Attempt to find the matching filter chain based on the given {@code url}. Note that
263+
* the URI is often not enough information and this method should be used with
264+
* caution. Instead, consider using Spring Security's testing support that mocks a
265+
* full HTTP request.
261266
* @param url the URL
262267
* @return matching filter list
263268
*/

0 commit comments

Comments
 (0)