DBatistaFerreira / Basilisk

SOEN 341 - Project
2 stars 1 forks source link

BASK61: Going to localhost:8080/profile while not logged in bug #133

Closed DBatistaFerreira closed 5 years ago

DBatistaFerreira commented 5 years ago

Bug

How to reproduce

Actual Outcome

Expected Outcome

cristian-aldea commented 5 years ago

These changes were reverted by commit 1b60bb85a40bf06ee0f18f1e048fcc1cf7467e0b and will be hotfixed in

cristian-aldea commented 5 years ago

Acceptance Testing for User Story BASK61:

Action Expected Result Actual Result
Started program Server runs without issues Same as expected
Navigated to "http://localhost:8080/profile" without first logging in I am redirected to "http://localhost:8080/", which is the login page Same as expected
Navigated to "http://localhost:8080/profile/username" (for any username) without first logging in I am redirected to "http://localhost:8080/", which is the login page Same as expected

All acceptance tests passed.