View Issue Details

IDProjectCategoryView StatusLast Update
0005836mantisbtadministrationpublic2010-09-19 03:13
Reporternauman Assigned Torolfkleef  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Summary0005836: move_db2disk should prefix filename with bug id to prevent filename collisions
Description

Currently if there are two file attachements named test.txt, only the first will be moved to disk. The second will fail b/c of name collision. Filenames should be prefixed by bug id like 1001_test.txt and 1002_test.txt.

TagsNo tags attached.

Relationships

duplicate of 0007176 closeddregad Move Attachments to Disk: data loss due to filename overwrite 

Activities

thraxisp

thraxisp

2005-06-23 11:48

reporter   ~0010619

It should use the filename obfuscation that is used in the core file storage routines.

rolfkleef

rolfkleef

2010-06-11 14:07

reporter   ~0025814

more detailed discussion and patch in 0007176