This patch adds the LoginParamRedirect default filter to the gateway.
Note the filter is added by default in the embedded application.yml, but since gateway/application.yaml is overriding the spring.cloud.gateway.default-filters list, it must be added here too.
Configuration required for this gateway change: https://github.com/georchestra/georchestra-gateway/pull/133
This patch adds the
LoginParamRedirect
default filter to the gateway.Note the filter is added by default in the embedded
application.yml
, but sincegateway/application.yaml
is overriding thespring.cloud.gateway.default-filters
list, it must be added here too.