rails/actionpack/test/dispatch/session
Andrew White 6520ea5f7e Deprecate :controller and :action path parameters
Allowing :controller and :action values to be specified via the path
in config/routes.rb has been an underlying cause of a number of issues
in Rails that have resulted in security releases. In light of this it's
better that controllers and actions are explicitly whitelisted rather
than trying to blacklist or sanitize 'bad' values.
2016-03-01 08:48:53 +00:00
..
abstract_store_test.rb Revert "Update Session to utilize indiffernt access" 2016-02-26 03:06:38 +10:30
cache_store_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
cookie_store_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
mem_cache_store_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
test_session_test.rb Revert "Update Session to utilize indiffernt access" 2016-02-26 03:06:38 +10:30