[issue2551165] @filter in web interface should validate fieldnames
John Rouillard <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
New submission from John Rouillard:
Using a bad field in the @filter parameter doesn't return an error.
E.G. https://issues.roundup-tracker.org/issue?@filter=id&id=2551163
returns one entry.
While https://issues.roundup-tracker.org/issue?@filter=i&id=2551163
returns all records.
It should return an error/warning:
Issue class has no property 'i'. Ignored in filter.
See also issue2551164 for the xmlrpc equivalent.
----------
components: Web interface
messages: 7347
nosy: rouilj
severity: minor
status: new
title: @filter in web interface should validate fieldnames
type: behavior
_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551165>
_________________________________________________