dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

Ingestor: Fix download history #201

Open tangobravo62 opened 8 months ago

tangobravo62 commented 8 months ago

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.