id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 8132 CDS_Control/Browse can't process IDs containing '&' in GET requests Kris Raney beirdo "The problem is in HTTPRequest::GetParameters - it performs substitutions on %26 and & BEFORE splitting the get request into fields. So no matter how you escape the ampersands in a program name, it always gets interpreted as a field separator. For example, ""ObjectID=RecTv/1/key=Law%20%26%%20Order"" would first get unescaped to ""ObjectID=RecTv/1/key=Law & Order"", and then split up into an ""ObjectID"" field with a value of ""RecTv/1/key=Law "" and an ""Order"" field. Of course, standard UPnP would be making SOAP requests rather than GET requests, but having GET working properly is handy for testing." defect closed minor 0.25 MythTV - UPnP unknown medium fixed 0