You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Captured path segments should not treat '+' as ' '. (This "plus as space" behavior is specific to query strings and doesn't extend to path strings.) This is a bug introduced in fix(server): URL-decode captured path segments #1062.
The text was updated successfully, but these errors were encountered:
finalchild
changed the title
[BUG] Captured path segments are not URL-decoded in ZIO HTTP
[BUG] Captured path segments are not URL-decoded in ZIO HTTP + Captured path segments don't treat '+' properly in finatra and vertx
Dec 11, 2023
Tapir version: 1.9.4
Scala version: 3.3.1
Describe the bug
What is the problem?
Behavior when using Vert.X: (correct)
Behavior when using ZIO HTTP: (wrong)
Behavior when using http4s: (correct)
Behavior when using Vert.X: (wrong)
Finatra upstream has this bug too: twitter/finatra#590
The text was updated successfully, but these errors were encountered: