fix(kobo): fail to create proxy url

Closes: #2063
This commit is contained in:
Gauthier Roebroeck 2025-08-28 17:41:44 +08:00
parent 7888a53dbf
commit 058af49807

View file

@ -88,7 +88,7 @@ class KoboProxy(
.uri { uriBuilder ->
uriBuilder
.path(path)
.queryParams(LinkedMultiValueMap(request.parameterMap.mapValues { it.value.toList() }))
.query(request.queryString)
.build()
.also { logger.debug { "Proxy URL: $it" } }
}.headers { headersOut ->