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
Describe the bug
When uploading files and directories into eXist-db via eXide's "DB Manager" (Menu "File" -> "Manage" -> "Upload Files" -> "Upload Directories" button), files and directories with names containing spaces are silently ignored.
Expected behavior
DB Manager should accept and save files and directories containing spaces (the same way the Java Admin Client does). At least, if some resources are ignored / not uploaded, eXide should show an error messages.
Since the Java Admin Client is able to upload directories and files with names containing spaces, i assume it isn't an eXist-db "core" issue but an eXide issue.
To Reproduce
Open the DB Manager in eXide;
Hit the "Upload Files" button;
Hit the "Upload Directories" button;
Select a directory with a name containing spaces (or containing XML files whose names contain spaces) EDIT: see zip attached to next comment;
Hit button "done"
Check the result.
Context (please always complete the following information):
OS: Linux Mint, Kernel 5.15.0-52-generic
eXist-db Version: 6.0.1
Java Version: OpenJDK 11.0.16
App Version: eXide 3.4.0 EDIT: and 3.5.0
The text was updated successfully, but these errors were encountered:
@tohuuuuu Could you confirm that you shift-clicked on the reload button in your browser (or cleared your cache) to ensure your browser wasn't using a stale version of the page?
@joewiz i've tested the issue in a VM with a "clean" 6.0.1 installation and the last eXide update. Menu Help -> About shows eXide Version 3.5.0, thus i assume my browser uses the current version. I've tried to upload the content of the attached zip file via menu File -> Manage ->(Upload Button) -> Upload directory, and selected the top-level directory named test_exist. This results in a partial upload - only the collection and xml file which doesn't contain spaces is visible in eXide. The collection and the xml file containing whitespace is missing.
Describe the bug
When uploading files and directories into eXist-db via eXide's "DB Manager" (Menu "File" -> "Manage" -> "Upload Files" -> "Upload Directories" button), files and directories with names containing spaces are silently ignored.
Expected behavior
DB Manager should accept and save files and directories containing spaces (the same way the Java Admin Client does). At least, if some resources are ignored / not uploaded, eXide should show an error messages.
Since the Java Admin Client is able to upload directories and files with names containing spaces, i assume it isn't an eXist-db "core" issue but an eXide issue.
To Reproduce
Context (please always complete the following information):
The text was updated successfully, but these errors were encountered: