You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A file can be created with a name containing a newline. This file can be uploaded to yoda via icommands, and shown in the yoda web portal. The issue is when attempting to download the file, the portal crashes with Internal Server Error
Expected Behavior
It should be possible to download the file
Steps To Reproduce
From the command line (e.g. in linux), create a file with a newline in the name:
touch "my file with
new line"
Upload file to a yoda collection with privileges
iput "my file with
new line"
Open the yoda portal, search for the file and attempt to download it
Is there an existing issue for this?
Current Behavior
A file can be created with a name containing a newline. This file can be uploaded to yoda via icommands, and shown in the yoda web portal. The issue is when attempting to download the file, the portal crashes with Internal Server Error
Expected Behavior
It should be possible to download the file
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: