See https://github.com/aws/smithy-go/pull/630#discussion_r2872771218, e.g. ```go smithyhttp.JoinPath("/foo", "/") => /foo (should be /foo/) ``` This _might_ break a custom implementation of an awsJson service. No AWS services today have path signatures like this though.
See #630 (comment),
e.g.
This might break a custom implementation of an awsJson service. No AWS services today have path signatures like this though.