Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information