rails--rails/actionpack/test/controller
Matthew Caruana Galizia 683b9627b3
Respect `log_warning_on_csrf_failure` setting for all CSRF failures
CSRF verification for non-XHR GET requests (cross-origin `<script>`
tags) didn't check this flag before logging failures.

Setting `config.action_controller.log_warning_on_csrf_failure = false`
now disables logging for these CSRF failures as well.

Closes #25086.

Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
2016-05-23 10:21:30 -07:00
..
api
controller_fixtures
metal
mime
new_base
parameters
request
action_pack_assertions_test.rb
base_test.rb
caching_test.rb
content_type_test.rb
default_url_options_with_before_action_test.rb
filters_test.rb
flash_hash_test.rb
flash_test.rb
force_ssl_test.rb
form_builder_test.rb
helper_test.rb
http_basic_authentication_test.rb
http_digest_authentication_test.rb
http_token_authentication_test.rb
integration_test.rb
live_stream_test.rb
localized_templates_test.rb
log_subscriber_test.rb
output_escaping_test.rb
params_wrapper_test.rb
permitted_params_test.rb
redirect_test.rb Add more info to insecure URL generation error 2016-04-26 22:14:03 +02:00
render_js_test.rb
render_json_test.rb
render_test.rb
render_xml_test.rb
renderer_test.rb
renderers_test.rb
request_forgery_protection_test.rb
required_params_test.rb
rescue_test.rb
resources_test.rb
routing_test.rb
runner_test.rb
send_file_test.rb
show_exceptions_test.rb
streaming_test.rb
test_case_test.rb
url_for_integration_test.rb
url_for_test.rb
url_rewriter_test.rb
webservice_test.rb