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
There is a issue in the source code, as it is only expecting application/xml but a server may force to send text/xml (for example when you have a security proxy or something else).
Also if the header is Content-Type: application/xml; charset="utf-8" (note the quotes), the client will fail, even though this is perfectly valid header, as seen in the RFC: https://httpwg.org/specs/rfc7231.html#data.type
The NextCloud client should accept both text/xml and application/xml, as well as not failing if the charset value is using quotes.
Steps to reproduce
Right click on the file
Click on Share Options
The share dialog does not display the option to share by e-mail
...
Expected behavior
Accepting text/xml
Which files are affected by this bug
all
Operating system
Linux
Which version of the operating system you are running.
Debian
Package
Other
Nextcloud Server version
Doesn't matter
Nextcloud Desktop Client version
ALL
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Default internal user-backend
LDAP/ Active Directory
SSO - SAML
Other
Nextcloud Server logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered:
Bug description
As seen here:
desktop/src/libsync/discoveryphase.cpp
Line 591 in eeb0d20
There is a issue in the source code, as it is only expecting
application/xml
but a server may force to sendtext/xml
(for example when you have a security proxy or something else).Also if the header is
Content-Type: application/xml; charset="utf-8"
(note the quotes), the client will fail, even though this is perfectly valid header, as seen in the RFC: https://httpwg.org/specs/rfc7231.html#data.typeThe NextCloud client should accept both text/xml and application/xml, as well as not failing if the charset value is using quotes.
Steps to reproduce
...
Expected behavior
Accepting text/xml
Which files are affected by this bug
all
Operating system
Linux
Which version of the operating system you are running.
Debian
Package
Other
Nextcloud Server version
Doesn't matter
Nextcloud Desktop Client version
ALL
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: