Chris de Bruin
Results
2
issues of
Chris de Bruin
### Steps to reproduce Start a rails application and go to http://localhost:3000?%ADf ### Expected behavior It should respond with `ActionController::BadRequest` This is the case when you send a request like...
actionpack
attached PR
### Motivation / Background Rails was not behaving as expected when sending invalid UTF-8 query string. Fixes #52114 ### Detail The `check_param_encoding` only checked the values in the params hash...
actionpack