aboutsummaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/registry.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/registry/registry.go b/registry/registry.go
index 1decf77..60df58f 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -287,6 +287,9 @@ func (r *Registry) deliverAcceptToInbox(url, actorUrl, actorKeyUrl *url.URL, fol
"date",
request.Header.Get("date"),
).With(
+ "path",
+ url.Path,
+ ).With(
"host",
request.Header.Get("host"),
).Debugf("signing request")