Hi,
We use cas-overlay-template as the basis for our users' SSO login and we have applications that use the CAS REST service.
Until CAS version 6.x.x everything is working perfectly.
However, when we migrated to the CAS version 7.0.4 with spring boot 3.2.1 we came across a problem in the REST service.
Apparently spring has had a change in its default settings and now it no longer accepts trail slash so the URL .../cas/v1/tickets/ that previously worked with CAS 6.x.x no longer works, only the URL ../cas /v1/tickets
https://www.baeldung.com/spring-boot-3-url-matchingIs there any way to get trail slash back to working like before using CAS 7.0.4 with these Spring changes?
Is there a configuration file where we can change this?