Results 122 comments of Vedran Pavic

This is effectively blocked on the following issue in Spring Security: - spring-projects/spring-security#11337 I'll keep the PR in draft state until there's some update.

With spring-projects/spring-security#11360 resolved, this is now ready for review but at the same time apparently blocked by #31703. @wilkinsona, note that I had to undo some of your changes from...

@wilkinsona I believe this should now be ready meaning I don't think my observation about this being blocked by #31703 was valid. I've taken a closer look at `FilterSecurityInterceptor` vs...

The `FilterSecurityInterceptor` vs `AuthorizationFilter` remarks from the previous comment have been confirmed by the Security team in https://github.com/spring-projects/spring-security/issues/11337#issuecomment-1195804349.

Thanks for taking a look at this. I don't recall where the idea to use `WebMvcRegistrations` based approach to disable trailing slash was picked up, but I've traced the use...

OK, thanks. I suspected if a change was to be made it would be in Framework but it's good to also have additional clarifications in Boot's docs.

> which means `setUseTrailingSlashMatch` is called first, and later Boot sets the `PathPatternParser` Exactly, but the issue is that you then end up in an inconsistent state, where `useTrailingSlashMatch` in...

Hey @hiranya911 & @chong-shao, do you maybe have a rough idea when this feature would be available? Would a PR help speed this up a bit maybe?

The outcome is the same. Just to make sure I understood correctly what you meant, this is what I did locally: ```diff $ git diff diff --git a/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java b/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java index...