Commit 9627dfc
committed
Do not verify_filters in the RequestParser
A prior change to allow filters to be passed to related resources was
incompletely backported from `master` to the `release-0-9` branch (see:
3a691b2). This completes the backport,
which moves the `verify_filters` from the `RequestParser` down to the
`Processor`. When `verify_filters` happens in both places, we end up
running `verify_filter` twice for each filter, which can result in the
filter values being wrapped in nested Arrays.
fixes #11101 parent 4b8f55d commit 9627dfc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments