I’m using tomcat and whenever I log out of my web app and try to log back in I get redirected to mysite/remove-group-member.icepush and I’m not sure why. If I logout, refresh the page, then login everything works fine. Also if I hit the back button after being redirected to /remove-group-member.icepush I am logged in and at the main page of my app.
Can someone tell me why this is happening or how to fix it?
edit: I am using the IcePush Add on for Vaadin.
This actually turned out to be happening to all objects on the page. To fix this on logout we remove all elements from the page and then terminate the sessions and redirect to the login screen.