Bug Report #4452
External Requests from inside a Minion task fail
| Status: | Closed | Start date: | 02/20/2012 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Core | |||
| Target version: | v3.3.0 | |||
| Resolution: | fixed | Points: | 1 |
Description
External Requests from inside a Minion task fail due to Request::$initial === NULL.
This needs to change, but I'd wonder about the proxy part?
// Detect protocol (if present) // Always default to an internal request if we don't have an initial. // This prevents the default index.php from being able to proxy // external pages. if (Request::$initial === NULL OR strpos($uri, '://') === FALSE)
Associated revisions
Fixes #4452 - External Requests from inside a Minion task fail
Fixes #4452 - External Requests from inside a Minion task fail.
History
Updated by Kiall Mac Innes 3 months ago
- Status changed from New to Closed
- Assignee set to Kiall Mac Innes
- % Done changed from 0 to 100
- Resolution set to fixed