﻿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
28883	Document that the uuid URL path converter requires lowercase letters	Jean-Daniel	Daniel Leicht	"According to [https://tools.ietf.org/html/rfc4122 RFC4122]:

{{{
Each field is treated as an integer and has its value printed as a zero-filled hexadecimal digit string with the most significant digit first.
The hexadecimal values ""a"" through ""f"" are output as lower case characters and are case insensitive on input.
}}}

Actually, when trying to parse uuid using the url dispatcher's ""uuid path convert"", it returns URL not found for anything but lower case UUID, which is surprising as they should be case insensitive.

The uuid path converter should be updated to support upper, lower or even mixed case UUID, as long as they are properly formatted.
"	Cleanup/optimization	closed	Documentation	2.0	Normal	fixed	uuid		Accepted	1	0	0	0	0	0
