Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check Request-Level Servlet Context First
Because test do not always attach a fully-formulated ServletContext to the mock request, it's beneficial to consult the ServletContext presented during application startup. In case the request does have needed material, though, it maybe be helpful for Spring Security to first consult the request. Issue spring-projectsgh-14418
- Loading branch information