silverstripe-framework/control
Ingo Schommer d5b3dbc6fb SECURITY Return true for Director::is_absolute_url() checks if they're prefixed with two or more slashes (as browsers interpret this as a valid URL)
SECURITY More solid URL checks in Director::is_site_url(), using a conservative parse_url() hostname comparison rather than Director::makeRelative(), which is not designed for security purposes
2012-05-04 12:10:59 +02:00
..
ContentNegotiator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Controller.php API CHANGE Renamed setModel for DataModel instances to setDataModel for 2012-05-01 14:45:44 +12:00
Cookie.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Director.php SECURITY Return true for Director::is_absolute_url() checks if they're prefixed with two or more slashes (as browsers interpret this as a valid URL) 2012-05-04 12:10:59 +02:00
HTTP.php ENHANCEMENT Adding list-style in addition to list-style-image for URL rewrites 2012-04-27 11:20:05 +12:00
HTTPRequest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HTTPResponse.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NullHTTPRequest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PjaxResponseNegotiator.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
RequestHandler.php API CHANGE Renamed setModel for DataModel instances to setDataModel for 2012-05-01 14:45:44 +12:00
Session.php ENHANCEMENT Session::start() now only called when there is changed 2012-04-27 16:28:46 +12:00