Opened 16 years ago
Closed 16 years ago
#7424 closed defect (invalid)
whatching recording via upnp from a syabas based nmt.
Reported by: | 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)
Change History (2)
Changed 16 years ago by
Attachment: | httprequest.patch added |
---|
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
patch for httprequest.cpp