Commit b0a300f
fix: HttpDownloadExecutor now calls ApplyAuthAsync for download requests
Download requests were missing the global auth provider and
ExtraHeaders (e.g. X-Tenant-Id) from HttpClientProvider, while
version validation and status reporting already applied them.
This caused tenant-scoped file downloads to fail when the server
requires X-Tenant-Id header.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c1ffe0f commit b0a300f
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
122 | 128 | | |
123 | 129 | | |
124 | 130 | | |
| |||
0 commit comments