-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Auto-logout fails part-way through the process. The timer counts down to zero, "Logout" appears on the screen, the /eureka-webapp/destroy-session call fails with a 502 (Proxy Error) status code, and the process stops. It looks like:
It appears that tomcat was hung, so httpd threw 502s when trying to proxy to tomcat. Is there a better way to handle this situation?