﻿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
14153	Redirects fail if URL has appended query string	Richard Barran	nobody	"The redirect middleware obtains the path of the current request with {{{path = request.get_full_path()}}}, then tries to find a match in the Redirect table.[[BR]]
If there is an appended query string, it will include this when querying the Redirect table (and so fail to find a match).[[BR]]
Shouldn't we use {{{path = request.path}}} instead?"	Uncategorized	closed	Contrib apps	1.2	Normal	invalid	redirect		Design decision needed	0	0	1	0	0	0
