Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 4.0.13rc1, 4.2.7rc1, 4.4.0beta1
-
Fix Version/s: 4.0.14rc1, 4.2.8rc1, 4.4.1rc1, 5.0.0alpha1, 5.0 (plan)
-
Component/s: Frontend (F)
-
Team:Team B
-
Sprint:Sprint 56 (Sep 2019), Sprint 57 (Oct 2019)
-
Story Points:0.5
Description
Login doesn't work, if the url was with a double slash and then with one slash
Steps to reproduce:
- Enter url in the browser address bar as "http://localhost/4.0//"
- Log in as Admin
- Enter url in address bar as "http://localhost/4.0"
- Log out
- Try to log in as Admin
Result: Logged in as guest with message on dashboard "Session terminated, re-login, please.". Created two zbx_sessions, for path /4.0 and for /4.0/
Expected: Login successful