-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 When Reading file names with special chars via WebDAV #32009
Comments
GitMate.io thinks the contributor most likely able to help you is @ghost. Possibly related issues are #5735 (Special chars), #4370 (webdav via gvfs), #1783 ((file / folder) names starting with an accentued char), #579 (The creation of folders with special chars on their name always end up in folder duplication), and #31238 (Wrong fileid when requesting files list via webdav with Depth: infinity). |
I added some API acceptance tests in PR #32010 |
The
That looks like too much escaping is happening. The Is this an issue somewhere in the underlying Android code that is doing the escaping? |
I don't thinks that it's only the android code. |
The app code (I think) is doing the escaping to generate |
I think we have two problems. There is also a different. The first is only with deep = 1, the second has a deep = infinity. |
What says the test. Are any problems? |
When i set the deep to 1 it works. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Steps to reproduce
Expected behaviour
Status is range of 200
Actual behaviour
Status is 404
Server configuration
Operating system:
Linux, Synology NAS with DiskStation
Web server:
Apache 2.4.29
Database:
MariaDB
PHP version:
7
ownCloud version: (see ownCloud admin page)
10.0.8.5
Updated from an older ownCloud or fresh install:
updated
Where did you install ownCloud from:
Synology package
Signing status (ownCloud 9.0 and above):
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption:
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
WebDAV
Client configuration
Operating system:
Android
Logs
Web server error log
ownCloud log (data/owncloud.log)
Also find more information: https://central.owncloud.org/t/404-exception-bei-propfind-bei-ordnern-mit-sonderzeichen/14396
Greetz
TheAkki
The text was updated successfully, but these errors were encountered: