boulder
boulder copied to clipboard
Use stdlib's path.Join for constructing URLs
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.