nextcloud / nextcloud/android-library
Check trailing ";" in content type in webdav
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 105
- Forks
- 99
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 21
Description
According to https://github.com/nextcloud/android-library/blob/a57fce64c1ead1638966bb9c478c6adba1f374a8/library/src/main/java/com/owncloud/android/lib/common/network/WebdavEntry.java#L186-L189
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).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading WebdavEntry.java around lines 186-189 and the linked handling of the content type. Check the support server behavior for versions through NC16, then document whether a trailing semicolon occurs and whether the library needs a change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100