-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
According to
android-library/library/src/main/java/com/owncloud/android/lib/common/network/WebdavEntry.java
Lines 186 to 189 in a57fce6
| // dvelasco: some builds of ownCloud server 4.0.x added a trailing ';' | |
| // to the MIME type ; if looks fixed, but let's be cautious | |
| if (contentType != null) { | |
| if (contentType.contains(";")) { |
it seems that some (old) server added a trailing ";".
Can you check and verify that this does not happen in our support server (down to NC16).