Hi! I have an issue with updating Oathkeeper to t...
# ory-selfhosting
n
Hi! I have an issue with updating Oathkeeper to the latest version(v0.40.7) and URL search parameters. The search parameter is not passed upstream, if it ends with `;;`: v0.40.7 behavior: from browser to oathkeeper ->
<https://dashboard.local.company.co/cases?$=cases$showSearch:true>;;
from oatkeeper to upstream ->
<http://dashboard:443/cases>
in ->
<https://dashboard.local.company.co/cases?$=cases$showSearch:true>
out ->
<http://dashboard:443/cases?$=cases$showSearch:true>
v0.39.0 behavior: in ->
<https://dashboard.local.company.co/cases?$=cases$showSearch:true>;;
out ->
<http://dashboard:443/cases?$=cases$showSearch:true>;;
Was this change intentional?