distribution/registry/client
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
..
auth Fix missing auth headers with PATCH HTTP request when pushing to default port 2016-09-01 14:46:31 -07:00
transport Fix some typos in comments and strings 2016-02-23 22:33:38 +01:00
blob_writer.go Adds new storagedriver.FileWriter interface 2016-03-08 16:37:44 -08:00
blob_writer_test.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
errors.go Merge pull request #1772 from runcom/go1.6const 2016-06-08 10:22:57 -07:00
errors_test.go Include status code in UnexpectedHTTPResponseError 2016-03-15 09:03:56 -07:00
repository.go tag service: properly handle error responses on HEAD requests by (#1918) 2016-08-26 14:35:04 -07:00
repository_test.go tag service: properly handle error responses on HEAD requests by (#1918) 2016-08-26 14:35:04 -07:00