You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a '@PathVariable String providerId' MethodParameter declaration on a @Controller that returns a RedirectView. The redirect is sent with s 'providerId=<value>' query parameter present in the URL, which was not expected or needed. I consider this a bug because in my case this behavior pollutes the URL the end-user sees with a parameter that is not needed/relevant.