-
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove invalid bytecode handler (#1555)
We introduced this handler to handle the gnarly Invalid Byte Sequence ArgumentError from requests having invalid encoding. Finally Rails 5.1.7 and 5.2.3 handles this in the framework. Everybody not able to update or still using Rails 5.0 should install a Rack middleware like rack-uri_sanitizer and/or rack-utf8_sanitizer.
- Loading branch information
Showing
2 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters