View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0036303 | mantisbt | attachments | public | 2025-09-17 03:20 | 2025-09-21 06:41 |
Reporter | Debdutta | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | assigned | Resolution | open | ||
Platform | web | OS | mac | OS Version | macOS 10.15 |
Product Version | 2.27.1 | ||||
Target Version | 2.27.2 | ||||
Summary | 0036303: Uploading a file when $g_antispam_max_event_count has been reached causes Dropzone to display HTML code | ||||
Description | Sometimes attachment section shows error(actually and html content) when upload a file | ||||
Steps To Reproduce | happens sometimes so could not reproduce intensionally | ||||
Additional Information | video | ||||
Tags | No tags attached. | ||||
Is the problem always occurring with the same specific file or file type ? |
|
Actually I just noticed that you scrolled down 6-7 seconds into your video, and captured a screenshot which allowed me to identify the error message I was looking for: APPLICATION ERROR 27: You have reached the allowed activity limit of 10 events within the last 3600 seconds; your action has been blocked to avoid spam, please try again later So the problem is caused by MantisBT's antispam settings, which are possibly too low to accommodate your user's activity. As a workaround I suggest you adjust those as appropriate ($g_antispam_max_event_count, $g_antispam_time_window_in_seconds) or wait until the antispam delay expires and try again. That being said, I would expect the AJAX to fail gracefully in such case, and not display HTML code on the screen. |
|