dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingestor: Fix download history

tangobravo62 opened this issue · comments

The current implementation of the download history is incomplete. It will not record some cases (no filename given in getDownloadTokenById() and not present at all in downloadProductById()), and it always records the full file size, even if the download is done in chunks.

See TODO markers in file ProductManager.java.