﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5762	APPEND_SLASH mishandles %23 in URL	andrewbadr.etc@…	nobody	"URLs that contain %23 are handled incorrectly with APPEND_SLASH.

In this example, I am trying to view all items tagged with ""C#"". Then I try C#X to investigate the bug.
{{{
http://localhost:8000/tags/C%23/  --> Correct behavior
http://localhost:8000/tags/C%23   --> URL replaced with http://localhost:8000/tags/C/#/
http://localhost:8000/tags/C%23X/ --> Correct behavior
http://localhost:8000/tags/C%23X  --> URL replaced with http://localhost:8000/tags/c/#X/
}}}"		closed	HTTP handling	dev		fixed	URL, %23, #, APPEND_SLASH		Unreviewed	0	0	0	0	0	0
