Describe the bug
Special characters in tags causes answer to assume incorrect urls. For instance a forward slash will be accepted in the tag, which obviously causes a problem in a url
To Reproduce
Steps to reproduce the behavior:
- Create a tag with a forward slash "Something / something"
- See that the url that answer uses for the tag is https://yourdomain/tags/Something-/-something
- Try and visit this url, and you will get a 404
Expected behavior
I expected that answer will either not allow special characters when creating tag, or would url-encode before creating the url.
Screenshots
NIL
Describe the bug
Special characters in tags causes answer to assume incorrect urls. For instance a forward slash will be accepted in the tag, which obviously causes a problem in a url
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected that answer will either not allow special characters when creating tag, or would url-encode before creating the url.
Screenshots
NIL