spring-security/test
Igor Bolic d96b4a0463 Set the useTrailingSlashMatch to true for tests
The Spring MVC changed the default behavior for trailing slash match
with https://github.com/spring-projects/spring-framework/issues/28552.
This causes failures in Spring Security's tests.

Setting the `useTrailingSlashMatch` to `true` ensures that Spring
Security will work for users who have modified the default configuration.
Specifing the request mapper with trailing slash path ensures that the tests
are successful when default behavior is used.

Closes gh-11451
2022-07-05 11:29:36 -06:00
..
src Set the useTrailingSlashMatch to true for tests 2022-07-05 11:29:36 -06:00
spring-security-test.gradle Update to Spring Framework 6.0 2021-11-01 09:02:42 -03:00
template.mf SEC-2015: Add spring-security-test 2014-04-22 16:47:48 -05:00