Actions
Patch #35312
closedGracefully handle invalid operators and associations requested in queries
Description
Users can request arbitrary operators or custom field associations for fields in queries for issues or time entries. This is validated in the Query
class with an exception being raised if an invalid operator or custom field association was requested.
The attached patch handles this case by raising a named Error instead and gracefully handling this error in the UI by logging the original exception and rendering a 404 error.
Files
Related issues
Updated by Holger Just over 3 years ago
- Related to Defect #35062: Back URLs with <t+ operator break added
Updated by Holger Just over 3 years ago
This patch probably masks the underlying issue in #35062 (by rendering a 404 instead of a 500 there). The root cause of this issue should probably still be checked.
Updated by Go MAEDA over 3 years ago
- Target version set to 5.0.0
Setting the target version to 5.0.0.
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.
Updated by Go MAEDA over 3 years ago
- Related to Patch #35500: Add missing fixture to IssuesTest added
Updated by Go MAEDA over 2 years ago
- Category changed from Issues filter to Filters
Actions