Opened 13 years ago

Closed 12 years ago

#9598 closed Patch - Bug Fix (Fixed)

Infinite redirect in mythweb schedules

Reported by: Marc Randolph <mrand@…> Owned by: Rob Smith
Priority: minor Milestone: 0.25
Component: Plugin - MythWeb Version: 0.24-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Forwarding upstream:

Steps to reproduce
1. Go to http://localhost/mythweb/tv/schedules/manual
2. Create schedule
3. Click on the newly created schedule link such as http://localhost/mythweb/tv/schedules/manual/21
4. Select "Cancel this schedule"
5. Save schedule

Result is an infinite redirect loop such as this: http://arrival.local/mythweb/tv/schedules/manual/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/tv/schedules

This shows up in the Apache log as well, adding another instance of "/tv" every time, such as these log entries

192.168.xxx.xxx - - [18/Feb/2011:10:46:37 -0500] "GET /mythweb/tv/schedules/manual/tv/schedules HTTP/1.1" 302 457 "http://arrival.local/mythweb/tv/schedules/manual/21" "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit?/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13"

192.168.xxx.xxx - - [18/Feb/2011:10:46:37 -0500] "GET /mythweb/tv/schedules/manual/tv/tv/schedules HTTP/1.1" 302 457 "http://arrival.local/mythweb/tv/schedules/manual/21" "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit?/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13"

This happens in both Firefox 3.6, Firefox 4.0, and Google-Chrome

Attachments (1)

9598_mythweb_schedules.patch (1.1 KB) - added by Marc Randolph <mrand@…> 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by Marc Randolph <mrand@…>

comment:1 Changed 13 years ago by Raymond Wagner

Status: newassigned

comment:2 Changed 13 years ago by paulh

Milestone: unknown0.25

comment:3 Changed 12 years ago by Rob Smith

Resolution: Fixed
Status: assignedclosed

Fixed in e1a2b32

Note: See TracTickets for help on using tickets.