View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0015868 | mantisbt | attachments | public | 2013-05-16 04:50 | 2013-05-27 16:40 |
| Reporter | cas | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Product Version | 1.2.15 | ||||
| Summary | 0015868: Filename length is not checked | ||||
| Description | It appears possible to upload a file with a length longer as defined in the DB. | ||||
| Steps To Reproduce | Simply upload a file with a name of more than 83 positions. | ||||
| Additional Information | Suggest to increase fieldlength to 128. | ||||
| Tags | No tags attached. | ||||
|
Hi cas, I am not able to reproduce this at 83 chars. The DB field size in mantisbug(file|project)_table (filename) is VARCHAR(250). I was able to successfully upload a file with a name of that length without issues. Although I do confirm that beyond 250 chars, the filename is silently truncated. |
|
|
Strange, I checked here on my test system with a fresh install and that fully matches your story. |
|