-
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
PROPFIND answer doesn't include encoding. #22326
Comments
Thanks. I've traced it back to Sabre's XML serializer update, raised here https://github.com/fruux/sabre-dav/issues/776 |
@davivel does this break any parsers ? (Android, etc) |
iOS at this point. |
JYI, fixed within the iOS app on https://github.com/owncloud/ios/tree/support_oc9_propfind |
According to @evert if you specify no encoding it defaults to utf-8, so should work fine. So it turns out the problem was not encoding but the format of the PROPFIND request that was done in the iOS client: it still used multiple The Webdav spec also states that only a single element must be used: http://www.webdav.org/specs/rfc2518.html see section 8.1.1 Not a core issue, closing |
Thank you @PVince81 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Having a file called propfind.txt like this
and curl and xmllint installed do:
Expected behaviour
The first line answered should be:
Actual behaviour
But it is:
Server configuration
Operating system:
Ubuntu 14.04
Web server:
Apache
Database:
MySQL
PHP version:
5.5.9
ownCloud version: (see ownCloud admin page)
Master branch
{"installed":true,"maintenance":false,"version":"9.0.0.10","versionstring":"9.0 pre alpha","edition":"Enterprise"}
Working correctly in 8.2.2.
Updated from an older ownCloud or fresh install:
Fresh
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
No.
Are you using encryption:
No
Logs
The text was updated successfully, but these errors were encountered: