ktorio / ktor

Framework for quickly creating connected applications in Kotlin with minimal effort

Home Page:https://ktor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid hex byte exception when decoding invalid query string

rlerch opened this issue · comments

Hello All,

A get request with a malformed query string causes a 500 error with the message
invalid hex byte 's%' at index 3 of '/?%s%'

Steps to reproduce,

Expected Behavior

Server returns 400 Bad Request

Thank you for creating the YT issue.