Tran Ngoc Nhan 2 weeks ago committed by GitHub
parent
commit
99c4f56712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      web/src/main/java/org/springframework/security/web/FilterChainProxy.java

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

@ -254,6 +254,11 @@ public class FilterChainProxy extends GenericFilterBean { @@ -254,6 +254,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…
Cancel
Save