Custom Query (2152 matches)
Results (1312 - 1314 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1426 | invalid | Validation errors cause 409 not 400 response | dread | dread |
Description |
Validation error is incorrect arguments, so should be a "400 Bad Request" response. "409 Conflict" is for when there is a conflict creating two resources with the same identifier. Yet we get 409 for all validation errors. |
|||
#1427 | fixed | Tags validation needs to limit length to 100 characters | dread | dread |
Description |
The tag name is limited in length in the db table to 100 characters. If you try and create a longer one you get an exception. This should cause a ValidationError? and tell the user this sensibly. |
|||
#1428 | fixed | config options not used or documented | dread | dread |
Description |
Need to ensure config options in the deployment.ini_tmpl match up with doc/configuration.rst. Remove any unused ones too. |
Note: See TracQuery
for help on using queries.