Hey there, since 2.2.1, all my static params are being includes as parameters after any redirect (redirect-action or redirect).
for example, i've got mapped /foo/{id}/bar and after executing /foo/1/bar
and redirecting to another location i get /foo/1/barbaz?id=1
is there any workaround for this? is it intended? I've checked 'merge'
parameter from staticparams interceptor but i'm getting the same result. I'm
using regex pattern matcher
cheers
jordi

