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
@ungureanuvladvictor had an issue that was hard to debug where a generated client was receiving 404s because a path parameter was provided as the empty string to a path like /service/api/path/{param} so it rendered as /service/api/path/
Possible solution: Add a precondition before sending a request that all path parameters are non-empty.
@iamdanfox@ferozco does Java deal with this? Any edge cases where empty would be correct?