SMILEY4 / ktor-swagger-ui

Kotlin Ktor plugin to generate OpenAPI and provide Swagger UI
Apache License 2.0
180 stars 33 forks source link

Unable to handle trailing slash as part of a multi part dsl route #148

Closed jens-brimfors-wolt closed 1 month ago

jens-brimfors-wolt commented 1 month ago

I noticed that we were getting some uris shopped of at some intervals. The common denominator were trailing slashes as part of structured routing in ktor.

A second issue that I hope this PR might handle, but i have not had time to test for is handling custom route-scoped plugins, that currently create a path with double-slashes in swagger.

jens-brimfors-wolt commented 1 month ago

This has been handled already