Skip to content

Allow `/filebrowser/file` to cache the file contents

Loic Huder requested to merge file-caching into h5web-braggy-temp

Requesting uncached file contents through /filebrowser/file returned a 400 error. We had to request first /filebrowser/loadfile to cache the file contents.

With this MR, /filebrowser/file caches the file contents if the file path is not found in cache.

Edited by Loic Huder

Merge request reports