mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
f49d20ef36
`ActionDispatch::ShowExceptions` overwrites `PATH_INFO` with the status code for the exception defined in `ExceptionWrapper`, so the path the user was visiting when an exception occurred was not previously available to any custom exceptions_app. The original `PATH_INFO` is now stashed in `env["action_dispatch.original_path"]`. |
||
---|---|---|
.. | ||
session | ||
templates | ||
callbacks.rb | ||
cookies.rb | ||
debug_exceptions.rb | ||
exception_wrapper.rb | ||
flash.rb | ||
params_parser.rb | ||
public_exceptions.rb | ||
reloader.rb | ||
remote_ip.rb | ||
request_id.rb | ||
show_exceptions.rb | ||
ssl.rb | ||
stack.rb | ||
static.rb |