Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove invalid bytecode handler (4.1-stable) #1581

Merged

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented May 7, 2019

Same PR as #1555 but for 4.1-stable branch


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.

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.
@tvdeyen tvdeyen mentioned this pull request May 7, 2019
@tvdeyen tvdeyen changed the title Remove invalid bytecode handler Remove invalid bytecode handler (4.1-stable) May 7, 2019
@tvdeyen tvdeyen merged commit aea8da3 into AlchemyCMS:4.1-stable May 7, 2019
@tvdeyen tvdeyen deleted the remove-invalid-bytecode-handler-4.1 branch May 7, 2019 10:19
@tvdeyen tvdeyen mentioned this pull request Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant