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
{{ message }}
This repository was archived by the owner on Feb 12, 2023. It is now read-only.
Software and hardware versions
macOS Docker Compose, Aggregate v2.0.5 [Self built WAR] behind NGINX reverse proxy
Problem description
Trying to make cookies secure by
proxy_cookie_path / "/; HTTPOnly; Secure";But I see that
HTTPOnlycannot be enabled due todoc.cookieAPI being used internally to cache.Found the
context.xmlfile which explicitly does not allow this. Is there a specific reason?