Skip to content

Commit 2c32a9a

Browse files
committed
Merge branch '7.0.x'
2 parents b92c072 + 721b22d commit 2c32a9a

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)