Skip to content

[Ktor] Methods like KtorHttpUtilsKt.toUrlOrNull don't catch URLDecodeException #148

@rfc2822

Description

@rfc2822

When we build a Ktor Url from a String, we catch URLParserException, but not URLDecodeException.

  • Find out which exceptions can actually be thrown
  • Suggest better documentation on Ktor side
  • Catch them (or catch all)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions