Please fill out the sections below.
Be kind and objective when writing in text.
Thanks for the report! :)
Brief description of the bug:
Clicking on buttons on the profile of someone with a slash in their cypherlink lands in a 404
It looks like the slashes aren’t URL-encoded! The links on the Follows page is fine.
Steps to reproduce the bug:
See above.
Expected behaviour:
Clicking on a peer list item should lead to the profile page of that peer.
Technical details:
N/A.
Bug reported by Maleficient.
> Please fill out the sections below.
> Be kind and objective when writing in text.
> Thanks for the report! :)
**Brief description of the bug:**
Clicking on buttons on the profile of someone with a slash in their cypherlink lands in a 404
It looks like the slashes aren’t URL-encoded! The links on the Follows page is fine.
**Steps to reproduce the bug:**
See above.
**Expected behaviour:**
Clicking on a peer list item should lead to the profile page of that peer.
**Technical details:**
N/A.
glyph
added the bug label 2022-03-28 07:42:36 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bug reported by Maleficient.
Brief description of the bug:
Clicking on buttons on the profile of someone with a slash in their cypherlink lands in a 404
It looks like the slashes aren’t URL-encoded! The links on the Follows page is fine.
Steps to reproduce the bug:
See above.
Expected behaviour:
Clicking on a peer list item should lead to the profile page of that peer.
Technical details:
N/A.
Fix
Ensure proper (en|de)coding in the route handlers for all peer-related routes.
Should be fixed by #116