mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
chore: bump reva
This commit is contained in:
6
vendor/github.com/cs3org/reva/v2/pkg/ocm/provider/authorizer/json/json.go
generated
vendored
6
vendor/github.com/cs3org/reva/v2/pkg/ocm/provider/authorizer/json/json.go
generated
vendored
@@ -104,11 +104,7 @@ func normalizeDomain(d string) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
normalizedDomain := u.Hostname()
|
||||
if port := u.Port(); port != "" {
|
||||
normalizedDomain += ":" + port
|
||||
}
|
||||
return normalizedDomain, nil
|
||||
return u.Host, nil
|
||||
}
|
||||
|
||||
func (a *authorizer) GetInfoByDomain(_ context.Context, domain string) (*ocmprovider.ProviderInfo, error) {
|
||||
|
||||
Reference in New Issue
Block a user