silverstripe-framework/core
Stephen Shkardoon b3407abe4b API Fix HTTPS proxy header detection (Same as #3152)
Didn't use the de facto standard HTTP_X_FORWARDED_PROTO or the less standard HTTP_FRONT_END_HTTPS.
Removed the 'X-Forwarded-Proto', since PHP should prefix/underscore all HTTP headers before it hits $_SERVER.

References:
- https://docs.djangoproject.com/en/1.4/ref/settings/#secure-proxy-ssl-header
- https://drupal.org/node/1859252
- https://drupal.org/node/313145
- http://scottwb.com/blog/2013/02/06/always-on-https-with-rails-behind-an-elb/
2014-11-25 03:21:36 +13:00
..
manifest FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
startup API Fix HTTPS proxy header detection (Same as #3152) 2014-11-25 03:21:36 +13:00
ArrayLib.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
ClassInfo.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Config.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Constants.php FIX Constants magic_quotes handling needs function from Core 2013-08-05 14:58:44 +12:00
Convert.php Use preg_replace_callback over preg_replace with e modifier 2013-07-05 09:08:58 +12:00
Core.php $manifest needs to be global for Deprecation. 2014-02-04 12:26:28 +13:00
DAG.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Diff.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
Extension.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HTMLCleaner.php BUG Fixed issue with Deprecation failing to extract the module from a stacktrace, especially on non-unix systems 2012-10-17 11:57:16 +13:00
Object.php API Make Object::config use late static binding 2013-03-26 00:37:47 +01:00
PaginatedList.php BUG PaginatedList deprecated method was calling non-existent method 2013-01-15 13:25:16 -06:00
TempPath.php BUG Fixed cross-platform issues with test cases and file utilities 2013-10-04 13:54:33 +13:00