Ticket #9598 (closed Patch - Bug Fix: Fixed)
Opened 2 years ago
Last modified 16 months ago
Infinite redirect in mythweb schedules
| Reported by: | Marc Randolph <mrand@…> | Owned by: | kormoc |
|---|---|---|---|
| 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
Change History
comment:3 Changed 16 months ago by kormoc
- Status changed from assigned to closed
- Resolution set to Fixed
Fixed in e1a2b32
