distribution/registry/client/auth
Richard Scothern 8bd613aa11 URL parse auth endpoints to normalize hostname to lowercase.
It is possible for a middlebox to lowercase the URL at somepoint causing a
lookup in the auth challenges table to fail.  Lowercase hostname before
using as keys to challenge map.

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2016-03-07 14:08:21 -08:00
..
api_version.go Fix typo in Version doc 2015-07-08 11:02:47 -07:00
authchallenge.go URL parse auth endpoints to normalize hostname to lowercase. 2016-03-07 14:08:21 -08:00
authchallenge_test.go URL parse auth endpoints to normalize hostname to lowercase. 2016-03-07 14:08:21 -08:00
session.go URL parse auth endpoints to normalize hostname to lowercase. 2016-03-07 14:08:21 -08:00
session_test.go Add expires_in and issued_at to the auth spec. 2015-10-27 11:05:33 -07:00