MantisBT: master-2.26 6cb11276
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| dregad | dregad | master-2.26 | 2024-09-16 13:45 | master-2.26 16efe782 |
| Affected Issues | 0034634: Non-existing issue number does not throw a 404 in the UI | |||
| Changeset | Return HTTP response code when error occurs Until now, our error handler displayed an error page, but actually The REST and SOAP APIs do define a mapping from Mantis error to the This moves the mapping logic to a new Error API function faultFromException() method was modified to use the new API function to Fixes 0034634 |
|||
| mod - api/soap/mc_api.php | Diff File | |||
| mod - core/error_api.php | Diff File | |||