[mythtv-commits] Ticket #13315: Use fully-decoded URL paths when translating to local paths

MythTV noreply at mythtv.org
Sun Sep 9 18:17:30 UTC 2018


#13315: Use fully-decoded URL paths when translating to local paths
------------------------------+-----------------------------
 Reporter:  ijc               |          Owner:  (none)
     Type:  Patch - Bug Fix   |         Status:  new
 Priority:  minor             |      Milestone:  30.0
Component:  MythTV - General  |        Version:  Master Head
 Severity:  medium            |     Resolution:
 Keywords:                    |  Ticket locked:  0
------------------------------+-----------------------------

Comment (by ijc):

 New comment on PR:

 Things which looked like fragments (bits after #) and queries (bits after
 ?) were being dropped, even though they were actually part of the
 filename, not the URL. In a few (but not all) places the fragment was
 being put back on, but the query never was. Handle this across the board,
 also be sure to decode any %escapes in those too.

 This is working for me, but I'm now also playing with a path which ditches
 QUrl altogether and just uses a QString, we aren't treating these things
 as URLs in any meaningful way here and just end up undoing all the things
 which QUrl does for us.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13315#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list