Opened 14 years ago

Closed 14 years ago

#7424 closed defect (invalid)

whatching recording via upnp from a syabas based nmt.

Reported by: svend@… Owned by: dblain
Priority: minor Milestone: unknown
Component: MythTV - UPnP Version: 0.21-fixes
Severity: medium Keywords: upnp popcornhour nmt
Cc: Ticket locked: no

Description

It seems that the myth backend can't interpred %3F but only ? in a http request. i've succesfully used a patch so i can now can watch my recordings via upnp.

Attachments (1)

httprequest.patch (1.3 KB) - added by svend@… 14 years ago.
patch for httprequest.cpp

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by svend@…

Attachment: httprequest.patch added

patch for httprequest.cpp

comment:1 Changed 14 years ago by dblain

Resolution: invalid
Status: newclosed

In the future please provide patches in a unified diff format.

Your patch just duplicates a block of code using %3F instead of '?'... This would never be allowed.

The soon to be released 0.22 already uses QUrl::fromPercentEncoding to decode the request before processing it.

IF we are still going to support 0.21-fixes, I would at least expect this request to backport the cleaner solution from trunk.

Note: See TracTickets for help on using tickets.