Loading
Fix URL parsing to handle URLDecodeException (#149)
* Fix URL parsing to handle URLDecodeException - Update `toUrlOrNull` method to catch all exceptions - Add test case for invalid HTTPS URL with decoding issues * Change catch block from `URLParserException` to `Exception` in `ResponseParser.kt` and `DavResource.kt`