Inconsistent redirect from root url
The redirect, which happens at the root of membership.eclipse.org can be inconsistent depending on whether you have logged into the portal at some point in the past.
Steps to Reproduce
- Clear local storage
logInFrom
entry - Visit membership.eclipse.org
- You should notice you are being redirected to membership.eclipse.org/application/sign-in
- Navigate to membership.eclipse.org/portal/login and log in
- Log out
- Navigate to membership.eclipse.org
- You should notice you are being redirected to membership.eclipse.org/portal/login
This will forever be true until the user clears their local storage.
We could consider using session storage instead of local storage. This way the default behaviour (membership application login redirect) will be much more common.