silverstripe-framework/control
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
..
injector FIX issue with Injector::create not passing args 2013-02-15 10:24:47 +11:00
ContentNegotiator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
Controller.php MINOR: Don't throw redirection warning if redirection to the same place. 2013-01-29 18:03:49 +01:00
Cookie.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Director.php API Fix HTTPS proxy header detection (Same as #3152) 2014-11-25 03:21:36 +13:00
HTTP.php API Fix HTTPS proxy header detection (Same as #3152) 2014-11-25 03:21:36 +13:00
HTTPRequest.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
HTTPResponse.php Docs / Tests for Director::absoluteURL 2014-04-08 09:16:48 +12:00
NullHTTPRequest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
RequestFilter.php FEATURE: Added dependency injector for managing creation of new objects and their dependencies. 2012-05-18 12:39:57 +12:00
RequestHandler.php BUG Undefined $allowed_actions overrides parent definitions, stricter handling of $allowed_actions on Extension 2013-02-17 23:30:36 +01:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php BUGFIX: Prevent notice-level error in Session code when non-array is turned into an array. 2013-01-29 18:03:48 +01:00
VersionedRequestFilter.php FIX: Move stage choosing into a pre-request filter. 2013-10-23 18:22:15 +13:00