﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
11111	Fix UUID generation in UPNP	Rune Petersen <rune@…>	stuartm	"currently LookupUDN() will generate invalid UUID which is then used to generate a invalid UDN. this may cause problems with UPNP devices that parses the UDN - resulting in failed discovery.


Currently LookupUDN() generates UUID like this:

    ""{74c5afe6-181b-46b1-9a4b-ae9e53d0e47""

this results in a UDN looking like this:

    ""uuid:{74c5afe6-181b-46b1-9a4b-ae9e53d0e47""


The patch changes the code to remove the leading '{' and trailing '}' maiing the UUID look like this:

    ""74c5afe6-181b-46b1-9a4b-ae9e53d0e479""

and a valid UDN:
    ""uuid:74c5afe6-181b-46b1-9a4b-ae9e53d0e479""

"	Patch - Bug Fix	closed	minor	0.27	MythTV - UPnP	Master Head	medium	Fixed	upnp fix udn		0
