View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037008 | mantisbt | api rest | public | 2026-04-09 21:29 | 2026-04-23 12:34 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.28.0 | ||||
| Target Version | 2.29.0 | Fixed in Version | 2.29.0 | ||
| Summary | 0037008: Fix REST API errors when summary field is too long | ||||
| Description | The API should properly validate the field length rather than get database failure. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 6fa5932e 2026-04-09 21:30 Details Diff |
Fix REST API errors when summary is too long. Fixes 0037008 |
Affected Issues 0037008 |
|
| mod - core/bug_api.php | Diff File | ||
| mod - core/constant_inc.php | Diff File | ||
|
MantisBT: master 42987dad 2026-04-09 21:31 Details Diff |
Add test cases for summaries that are too long. Fixes 0037008 |
Affected Issues 0037008 |
|
| mod - tests/rest/RestIssueTest.php | Diff File | ||
| mod - tests/soap/IssueAddTest.php | Diff File | ||
| mod - tests/soap/IssueUpdateTest.php | Diff File | ||
|
MantisBT: master 87d665e8 2026-04-11 14:05 Details Diff |
Update test cases to test using multi-byte characters Fixes 0037008 |
Affected Issues 0037008 |
|
| mod - tests/rest/RestIssueTest.php | Diff File | ||
| mod - tests/soap/IssueAddTest.php | Diff File | ||
| mod - tests/soap/IssueUpdateTest.php | Diff File | ||
|
MantisBT: master 4127677b 2026-04-23 01:28 Committer: community Details Diff |
Merge pull request #2204 from vboctor/issue37008_summary_length Fix API error when summary is too long Fixes 0037008 |
Affected Issues 0037008 |
|
| mod - core/bug_api.php | Diff File | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - tests/rest/RestIssueTest.php | Diff File | ||
| mod - tests/soap/IssueAddTest.php | Diff File | ||
| mod - tests/soap/IssueUpdateTest.php | Diff File | ||