⚠️ This issue respects the following points: ⚠️
Bug description
Downloading a file that has a hash in the name doesn't work anymore when clicking on the file row.
Context menu / 3 dot menu -> download still works
Steps to reproduce
- Upload file
#foo.docx
- Click on file row to open it (in this case download it as file)
- A file with the correct name is downloaded. It's corrupt because it has the following content:
This is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client
This is because the UI tries to download the folder, not the file.
This might be because it ignores everything in the URL that comes after #
Note: This behavior can't be reproduced for PDFs when the PDF viewer is active.
Expected behavior
- Upload file '#foo.docx'
- Click on file row to open (in this case download) it
- A file with the correct name is downloaded. It's a copy of the uploaded file.
Installation method
Community Docker image
Nextcloud Server version
28
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
Bug description
Downloading a file that has a hash in the name doesn't work anymore when clicking on the file row.
Context menu / 3 dot menu -> download still works
Steps to reproduce
#foo.docxThis is because the UI tries to download the folder, not the file.
This might be because it ignores everything in the URL that comes after
#Note: This behavior can't be reproduced for PDFs when the PDF viewer is active.
Expected behavior
Installation method
Community Docker image
Nextcloud Server version
28
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response