jlu-ilr-hydro / odmf

Observatory Data Management Framework
MIT License
4 stars 5 forks source link

Download: error after click on binary file without specific handler #132

Closed philippkraft closed 1 year ago

philippkraft commented 1 year ago

A file is handled by its filehandler. The textfile handler tries to handle every file, that is not handled by others. For binary files, this results in an uncaught utf-8 exception, which prevents even download. Mostly happening for docx files.

Resolution: