distribution/registry/client/auth
Stan Hu 462bb55c3f Fix missing auth headers with PATCH HTTP request when pushing to default port
If a user specifies `mydomain.com:443` in the `Host` configuration, the
PATCH request for the layer upload will fail because the challenge does not
appear to be in the map. To fix this, we normalize the map keys to always
use the Host:Port combination.

Closes https://github.com/docker/docker/issues/18469

Signed-off-by: Stan Hu <stanhu@gmail.com>
2016-09-01 14:46:31 -07:00
..
addr.go Fix missing auth headers with PATCH HTTP request when pushing to default port 2016-09-01 14:46:31 -07:00
api_version.go Fix typo in Version doc 2015-07-08 11:02:47 -07:00
authchallenge.go Fix missing auth headers with PATCH HTTP request when pushing to default port 2016-09-01 14:46:31 -07:00
authchallenge_test.go Fix missing auth headers with PATCH HTTP request when pushing to default port 2016-09-01 14:46:31 -07:00
session.go Add support for using v2 ping challenges for v1 2016-07-12 17:15:56 -07:00
session_test.go Add support for using v2 ping challenges for v1 2016-07-12 17:15:56 -07:00