https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20254
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83013|0 |1 is obsolete| | Attachment #83014|0 |1 is obsolete| | Attachment #83015|0 |1 is obsolete| | --- Comment #8 from M. Tompsett <[email protected]> --- Created attachment 91412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91412&action=edit Bug 20254: Do not ingest files with duplicate filenames If the supplier delivers the same file twice we are unable to rename it on the second occurence causing us to download and process it infinitely. Check that downloaded filenames are unique against those on file and reject processing if a duplicate. This patch delays this check to the ingest stage so that the same code is processed irrespective of transport Signed-off-by: Mark Tompsett <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
