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
The client I'm working on rendered those paths as /single-path-param/pathParamString/0/ and /single-path-param/pathParamAliasString/0/, but those 404'd on the verification server.
What did you want to happen?
What is the expected behavior here? The wire spec doesn't have any discussion of special casing empty path params, and the trailing / is what I'd expect this to end up with.
The text was updated successfully, but these errors were encountered:
What happened?
The path param client tests include two cases that generate an empty path segment:
https://github.com/palantir/conjure-verification/blob/develop/master-test-cases.yml#L791
https://github.com/palantir/conjure-verification/blob/develop/master-test-cases.yml#L799
The client I'm working on rendered those paths as
/single-path-param/pathParamString/0/
and/single-path-param/pathParamAliasString/0/
, but those 404'd on the verification server.What did you want to happen?
What is the expected behavior here? The wire spec doesn't have any discussion of special casing empty path params, and the trailing
/
is what I'd expect this to end up with.The text was updated successfully, but these errors were encountered: