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 named README for example, would result in a triple containing the extension as README, which is incorrect. This should be no triple or an explicit empty value instead.
The text was updated successfully, but these errors were encountered:
MikiDi
changed the title
Incorrect extension detection in case of files without extension
Incorrect extension detection in case of file-names without extension
Jul 6, 2021
For files with spaces in the name, this fully breaks the upload. Since the file name is considered to be the extension, the physical file URI will have (unescaped) spaces in it, which causes Virtuoso to crash.
For files with spaces in the name, this fully breaks the upload. Since the file name is considered to be the extension, the physical file URI will have (unescaped) spaces in it, which causes Virtuoso to crash.
See
file-service/web.rb
Line 54 in dd42c51
A file named
README
for example, would result in a triple containing the extension asREADME
, which is incorrect. This should be no triple or an explicit empty value instead.The text was updated successfully, but these errors were encountered: