Some links result in "Please log in first" even while logged in #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Working as intended:
Not working:
More information:
The link "View Transactions" on the dashboard page is as follows:
http://localhost:8080/transactions?session=MTg0Ng==
The link "Transactions" on the transactions page is as follows:
http://localhost:8080/dashboard?session=MTg0Ng==%3EDashboard%3C/a%3E%20|%20%20%20%20%20%20%20%20%20%3Ca%20href=
The problem was missing closing quotation marks for the hrefs. Fixed in 3486fbd
Fixed in recent commits. The issue was missing quotation marks in HTML href attributes. Updated server now outputs proper HTML:
<a href="/transactions?session={}">. Try clearing browser cache and logging in again.