holodeck-b2b / file-backend

Holodeck B2B extension that implements a file based back-end integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a temporary extension when writing meta-data files

sfieten opened this issue · comments

Currently the meta-data file uses the xml extension when it is being written to disk. This may cause the receiving back-end application to start reading it before the delivery operation has finished. It would therefore be better to use a temporary extension when writing the file to disk and rename it as last step.