We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FilterChainProxy#getFilters(String)
1 parent 7441ce7 commit 85b756cCopy full SHA for 85b756c
1 file changed
web/src/main/java/org/springframework/security/web/FilterChainProxy.java
@@ -254,6 +254,11 @@ private List<Filter> getFilters(HttpServletRequest request) {
254
255
/**
256
* Convenience method, mainly for testing.
257
+ * <p>
258
+ * Attempt to find the matching filter chain based on the given {@code url}. Note that
259
+ * the URI is often not enough information and this method should be used with
260
+ * caution. Instead, consider using Spring Security's testing support that mocks a
261
+ * full HTTP request.
262
* @param url the URL
263
* @return matching filter list
264
*/
0 commit comments