Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#12380 closed Patch - Bug Fix (fixed)

Patch for mythdownloadmanager to support relative redirects

Reported by: Gary Buhrmaster <gary.buhrmaster@…> Owned by: Gary Buhrmaster <gary.buhrmaster@…>
Priority: minor Milestone: 0.28
Component: MythTV - General Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Per the spec, the returned Location: for redirects may be a relative URL (rather than absolute), as in "../somewhere/else/content", or "/", which requires that the location be combined with the original request URL to determine the actual target Location: (using a relative Location: as absolute can lead to interesting results).

github ref: https://github.com/garybuhrmaster/mythtv/commit/5e3fb0a7054ca52f83d546474bb794d1bf6bcd90
github git-am ref: https://github.com/garybuhrmaster/mythtv/commit/5e3fb0a7054ca52f83d546474bb794d1bf6bcd90.patch

Change History (2)

comment:1 Changed 9 years ago by Gary Buhrmaster <gary.buhrmaster@…>

Owner: set to Gary Buhrmaster <gary.buhrmaster@…>
Resolution: fixed
Status: newclosed

In 9b21d3078de088c79591ca4299fb94690b3b16fa/mythtv:

Add support for redirect relative Location

Fixes #12380

Signed-off-by: David Engel <dengel@…>

comment:2 Changed 9 years ago by gigem

Milestone: unknown0.28
Note: See TracTickets for help on using tickets.