Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use actual request on BadRequestHttpException handling
The fact that a BadRequestHttpException is thrown implies the request is probably one of unsafe, untrustworthy or malformed. Therefore we should not attempt to use it in any manner, given that it might contain incorrect data or cause new exceptions.
- Loading branch information