View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0036870 | mantisbt | other | public | 2026-02-06 10:01 | 2026-02-06 12:51 |
| Reporter | raspopov | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | new | Resolution | open | ||
| Product Version | 2.28.0 | ||||
| Summary | 0036870: Inline attachments may not always display on the issue page. | ||||
| Description | While navigating issues with inline attachments, such as PNG images, it is possible that not all attachments will load, especially when closing or opening the browser window. Refreshing the page with F5 usually resolves the issue. This situation occurs more often when using a caching proxy or similar program. | ||||
| Additional Information | Further examination of the MantisBT code revealed an absence of flexible caching policy. Currently, there is either a disabled cache or a 10-day cache. For the issue content and the content of the attached files to display correctly, the HTTP response headers that control caching must match. Otherwise, a page from the cache may be used and an attachment on that page may be requested from the server. This leads to the use of an expired CSRF token and a refusal from the web server. This issue is especially noticeable when the | ||||
| Tags | No tags attached. | ||||