cryogen-project / cryogen-core

Cryogen's core
Eclipse Public License 1.0
69 stars 62 forks source link

Tags with special characters get a broken tag-output page. Like tag C# #142

Closed gamlerhart closed 3 years ago

gamlerhart commented 4 years ago

A tag with a special characters create a broken tag-output page. The link to the tag page contains the character 1:1 and then cannot be found on the server. In my example I've a tag C#, which leads to the tags-output/C# page, which is then interpreted as a link to an achor.

Suggested fix: URL encode the tag links.

gamlerhart commented 4 years ago

Suggested fix: https://github.com/cryogen-project/cryogen-core/pull/143 Maybe there is another idea how to fix it?

bombaywalla commented 3 years ago

This issue was fixed by #143 so closing this issue.