[BUG] NumberFormatException if <d:creationdate> contains a date
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 4.2k
- Forks
- 3.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 7
Description
Actual behaviour
If the WebDAV server returns a creationdate for a resource, the app generated an exception: NumberFormatException : For input string "Mon, 03 Oct 2022 02:06:28 GMT"
Expected behaviour
No exception.
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 reproducing the issue with a WebDAV response whose <d:creationdate> contains the reported HTTP date, then trace where that value is parsed in the Android app. The work is done when this response no longer causes a NumberFormatException and the affected behavior remains covered by the relevant test, if one is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100