You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #2600 [Autocomplete] Rethrow BadRequestHttpException in case of malformed extra_options (norkunas)
This PR was merged into the 2.x branch.
Discussion
----------
[Autocomplete] Rethrow `BadRequestHttpException` in case of malformed `extra_options`
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | N/A
| License | MIT
Currently it's enough just to manually edit extra_options in URL to a random string and then get a 500 error while polluting logs. I think it's better to swallow it and properly exit with 400 status.
Commits
-------
e59554a [Autocomplete] Rethrow `BadRequestHttpException` in case of malformed `extra_options`
0 commit comments