boulder icon indicating copy to clipboard operation
boulder copied to clipboard

Use stdlib's path.Join for constructing URLs

Open aarongable opened this issue 10 months ago • 0 comments

We construct a lot of URLs in the WFE, for example: https://github.com/letsencrypt/boulder/blob/7ea51e5f91f5c0d567eb7f11915b9d9372778f41/wfe2/wfe.go#L1988-L1989

We should use path.Join instead to make this construction less error-prone.

aarongable avatar May 21 '25 23:05 aarongable