Open
Description
openedon Apr 29, 2019
The Web UI does not handle downloads that have glob patterns in it correctly. For example, if a user attempts to download ~/some-directory/foo-*.json
, the Web UI will create a file called foo-_.json
in the Download folder whose contents will be the last file that matched the glob pattern.
It's not clear if all the files are downloaded and the Web UI overwrites them, or if only the last one is downloaded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment