View Issue Details

IDProjectCategoryView StatusLast Update
0032249mantisbtapi restpublic2023-10-31 16:32
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.25.5 
Target Version2.26.0Fixed in Version2.26.0 
Summary0032249: Get Project Issues returns html if user doesn't have access to project
Description

It should return 404.

API: {{url}}/api/rest/issues?project_id={{projectId}}&page_size={{pageSize}}&page=1

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master 49ce63cb

2023-03-26 03:39

vboctor


Details Diff
Fix Get Project Issues when user doesn't have access to project

If the user doesn't have access to project and specifies the project id,
then return 404 - not html.

Fixes 0032249
Affected Issues
0032249
mod - api/rest/restcore/issues_rest.php Diff File