View Issue Details

IDProjectCategoryView StatusLast Update
0037008mantisbtapi restpublic2026-04-23 12:34
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.28.0 
Target Version2.29.0Fixed in Version2.29.0 
Summary0037008: Fix REST API errors when summary field is too long
Description

The API should properly validate the field length rather than get database failure.

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master 6fa5932e

2026-04-09 21:30

vboctor


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

vboctor


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

vboctor


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

vboctor

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