|
|
@ -582,7 +582,7 @@ func writeErrorResponse(ctx context.Context, w http.ResponseWriter, err APIError |
|
|
|
case "AccessDenied": |
|
|
|
case "AccessDenied": |
|
|
|
// The request is from browser and also if browser
|
|
|
|
// The request is from browser and also if browser
|
|
|
|
// is enabled we need to redirect.
|
|
|
|
// is enabled we need to redirect.
|
|
|
|
if browser { |
|
|
|
if browser && globalIsBrowserEnabled { |
|
|
|
w.Header().Set(xhttp.Location, minioReservedBucketPath+reqURL.Path) |
|
|
|
w.Header().Set(xhttp.Location, minioReservedBucketPath+reqURL.Path) |
|
|
|
w.WriteHeader(http.StatusTemporaryRedirect) |
|
|
|
w.WriteHeader(http.StatusTemporaryRedirect) |
|
|
|
return |
|
|
|
return |
|
|
|