Lukas Forst

Results 2 issues of Lukas Forst

**Subsystem** `ktor-server-host-common` **Motivation** It solves https://youtrack.jetbrains.com/issue/KTOR-4697 **Solution** The application now considers `wss` secure context and allows setting `Secure` cookies even `wss` is used as a request scheme (for example in...

`post` fails to deserialise `List` in body, even though Swagger knows that the correct type is `UUID`. Kotlin says it's `UUID`, however during runtime, it's `String`, which results in `ClassCastException`...