Skip to content

Move HandleMalformedStrings middleware

Heinrich Lee Yu requested to merge move-handle-malformed-strings into master

What does this MR do and why?

This moves the HandleMalformedStrings middleware because in Rails 7 ActionableExceptions middleware is no longer loaded in production.

This is extracted from !90907 (merged) so the upgrade MR becomes smaller.

https://github.com/rails/rails/commit/779bc9987d9e94af2959e3903ee6a4976c00f3d4

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Heinrich Lee Yu

Merge request reports