fix checks

Signed-off-by: David Wu <david.wu@docker.com>
This commit is contained in:
David Wu 2018-09-20 14:53:34 -07:00
parent f730f3ab77
commit b2bd465760
3 changed files with 3 additions and 3 deletions

View file

@ -245,7 +245,7 @@ func (ts *tokenServer) getToken(ctx context.Context, w http.ResponseWriter, r *h
// Get response context.
ctx, w = dcontext.WithResponseWriter(ctx, w)
challenge.SetHeaders(w)
challenge.SetHeaders(r, w)
handleError(ctx, errcode.ErrorCodeUnauthorized.WithDetail(challenge.Error()), w)
dcontext.GetResponseLogger(ctx).Info("get token authentication challenge")