← Back to team overview

mahara-contributors team mailing list archive

[Bug 1457032] Re: remote avar does not adhere to site proxy settings

 

This one's a regression introduced in Mahara 15.04.0, by this patch:
https://reviews.mahara.org/#/c/3760/

** Also affects: mahara/15.04
   Importance: Undecided
       Status: New

** Also affects: mahara/15.10
   Importance: Medium
       Status: In Progress

** Changed in: mahara/15.04
    Milestone: None => 15.04.3

** Changed in: mahara/15.04
   Importance: Undecided => Medium

** Changed in: mahara/15.04
       Status: New => In Progress

** Changed in: mahara/15.10
     Assignee: (unassigned) => Aaron Wells (u-aaronw)

** Changed in: mahara/15.04
     Assignee: (unassigned) => Aaron Wells (u-aaronw)

** Tags added: gravatar regression

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1457032

Title:
  remote avar does not adhere to site proxy settings

Status in Mahara:
  In Progress
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress

Bug description:
  When using a mahara site with proxy enabled , remote avatar function
  does after trying to get the avatar from the internet(after 120 s)
  .This makes browsing the site really slow behind a firewall . This
  happens due to the fact that get_headers function under lib/user.php
  page does not support proxy calls .

  A way to get around this is to use stream_context_set_default before
  call to get_headers and use the proxy there.

  Patch for the fix has been submitted.

  Hittesh

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1457032/+subscriptions


References