|
|
|
Issue Links:
|
Blockers
|
|
|
|
This issue is blocked by:
|
|
MDL-14659
Cannot exclude domains or IP ranges from HTTP Proxy
|
|
|
|
|
|
|
| Participants: |
Dan Poltawski, Howard Miller and Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
12/May/08
|
| Affected Branches: |
MOODLE_19_STABLE, MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
The mnet code doesn't contain any checks for proxies. This is actually fairly easy to fix, as using curl through a proxy is used and (proven) in other places. It only requires the routine that scrapes the site title to use download_file_content() - which just works - and to modify the curl call that gets the SSO key to check for proxies - mainly by taking the code from the former function.
|
|
Description
|
The mnet code doesn't contain any checks for proxies. This is actually fairly easy to fix, as using curl through a proxy is used and (proven) in other places. It only requires the routine that scrapes the site title to use download_file_content() - which just works - and to modify the curl call that gets the SSO key to check for proxies - mainly by taking the code from the former function. |
Show » |
thepurpleblob committed 2 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 05/May/08 04:19 PM
MDL-14624:
Reverting fix. This needs proxy to have exceptions for local subnets available.
Will work on this in HEAD only
|
|
|
|