aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/gzip.rb
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2016-03-11 10:14:50 -0700
committerSean Griffin <sean@seantheprogrammer.com>2016-03-11 10:53:01 -0700
commitb76b817629bf1504e3109c9872b250513690561d (patch)
tree8f9f28e60a6b7f46020b6a4bc4dde39742f916ca /activesupport/lib/active_support/gzip.rb
parent0ff6eb34892514b811077ca7dd39340c96836f75 (diff)
downloadrails-b76b817629bf1504e3109c9872b250513690561d.tar.gz
rails-b76b817629bf1504e3109c9872b250513690561d.tar.bz2
rails-b76b817629bf1504e3109c9872b250513690561d.zip
Use the most highest priority exception handler when cause is set
There was some subtle breakage caused by #18774, when we removed `#original_exception` in favor of `#cause`. However, `#cause` is automatically set by Ruby when raising an exception from a rescue block. With this change, we will use whichever handler has the highest priority (whichever call to `rescue_from` came last). In cases where the outer has lower precidence than the cause, but the outer is what should be handled, cause will need to be explicitly unset. Fixes #23925
Diffstat (limited to 'activesupport/lib/active_support/gzip.rb')
0 files changed, 0 insertions, 0 deletions