[Koha-bugs] [Bug 20254] Forbid the download of duplicate EDI messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 19 20:42:39 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20254

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91412|0                           |1
        is obsolete|                            |
  Attachment #91413|0                           |1
        is obsolete|                            |
  Attachment #91414|0                           |1
        is obsolete|                            |

--- Comment #11 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 92353
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92353&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 <mtompset at hotmail.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list