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
Fix #25757: ensure same-site-cookie is set in all cases
The property must be set in a different way when not using Redis and
when using Redis for Session Persistence. In the first case the native
method on Undertow is used, in the second case the
DefaultCookieSerializer of Spring is used.
log.warn("WARNING: Using server.use-forward-headers will not work in this ShinyProxy release, you need to change your configuration to use another property. See https://shinyproxy.io/documentation/security/#forward-headers on how to change your configuration.");
0 commit comments