1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware
Jordan Owens 918f0eea97 Prevent attempt to serve a request with a null byte
File paths cannot contain null byte characters and methods that do path
operations such as Rack::Utils#clean_path_info will raise unwanted
errors.
2016-01-12 14:05:54 -05:00
..
session Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
templates Add text template for source code 2015-11-03 22:13:10 +00:00
callbacks.rb [ci skip] Fix comment of ActionDispatch::Callbacks 2014-11-23 13:22:36 +09:00
cookies.rb Stop violating law of demeter in response cookie_jar 2015-12-06 15:32:47 -05:00
debug_exceptions.rb Avoid warning because of the mime type 2015-12-09 10:53:46 -03:00
exception_wrapper.rb Deprecate exception#original_exception in favor of exception#cause 2015-11-03 06:54:34 -08:00
flash.rb pull the flash methods in to their own module 2015-09-25 16:09:58 -07:00
load_interlock.rb Fix the Interlock middleware 2015-07-09 03:31:31 +09:30
params_parser.rb Deprecate exception#original_exception in favor of exception#cause 2015-11-03 06:54:34 -08:00
public_exceptions.rb use Request#path_info instead of direct ENV access 2015-08-23 17:22:21 -07:00
reloader.rb Delete needless require 'active_support/deprecation' 2015-10-20 20:02:59 +09:00
remote_ip.rb Clearer comment and variable name on IP spoofing 2015-11-22 14:45:05 +00:00
request_id.rb add a branch to eliminate multiple nil checks 2015-05-23 11:38:23 -07:00
show_exceptions.rb use methods on the request object instead of accessing env 2015-08-23 17:25:13 -07:00
ssl.rb Flexible configuration for ActionDispatch::SSL 2015-12-29 13:07:51 +00:00
stack.rb Add #== back to ActionDispatch::MiddlewareStack::Middleware 2015-12-21 19:55:10 -05:00
static.rb Prevent attempt to serve a request with a null byte 2016-01-12 14:05:54 -05:00