Improper handle query params for non-logged users
When the non-logged user is redirected to the login page, something bad happens to handle the URL query params. I observed this issue in the previous milestone but couldn't reproduce it.
Steps to reproduce:
- Logout user is logged.
- Open:
http://localhost:8080/dhcp/subnets/all
- You should be redirected to the login page
- Provide username and password
- Press "Sign In"
- Observe you are stuck on the login page. URL is
http://localhost:8080/login;0=dhcp;1=subnets;2=all
.