Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For some reason, extraneous fields that do not exist in `query_params`, `body_params` or `path_params` (e.g. `path`) are being added to `params` and causing validation to fail when strict mode is activated. A quick workaround is constructing `params` the way `Plug` [does](https://github.com/elixir-plug/plug/blob/2e078cf207e6f954e2397e305f05409301c8eee8/lib/plug/parsers.ex#L379-L382).
- Loading branch information