distribution/registry
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
..
api Document TOOMANYREQUESTS error code 2016-07-12 12:18:54 -06:00
auth Dynamically Parsing the Latest HTPassword File 2016-08-27 04:28:33 +08:00
client Fix missing auth headers with PATCH HTTP request when pushing to default port 2016-09-01 14:46:31 -07:00
handlers Add shutdown to test environment 2016-08-26 16:23:07 -07:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware Add support for blobAccessController middleware 2016-05-19 14:02:15 +02:00
proxy Update proxy scheduler test to account for race 2016-08-29 14:27:32 -07:00
storage Add v2 signature signing to S3 storage driver (#1800) 2016-09-01 13:52:40 -07:00
doc.go Move initialization code from main.go to the registry package 2015-09-09 14:39:31 -07:00
registry.go Allow registry clients to connect via http2 2016-08-13 22:07:42 -04:00
registry_test.go Allow registry clients to connect via http2 2016-08-13 22:07:42 -04:00
root.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00