Bug Report #4452

External Requests from inside a Minion task fail

Added by Kiall Mac Innes 3 months ago. Updated 3 months ago.

Status:Closed Start date:02/20/2012
Priority:Urgent Due date:
Assignee:Kiall Mac Innes % 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

Revision b3aff1c7
Added by Kiall Mac Innes 3 months ago

Fixes #4452 - External Requests from inside a Minion task fail

Revision b1d886b4
Added by Kiall Mac Innes 3 months ago

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

Also available in: Atom PDF