Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed DownloadPackageV0 task to be able to download AFD enabled packages #11897

Merged
merged 1 commit into from
Dec 4, 2019

Conversation

aasim
Copy link
Member

@aasim aasim commented Dec 4, 2019

No description provided.

options.host &&
options.host.endsWith("blob.core.windows.net") &&
options.path &&
options.path.includes("&sig=")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we removing this check?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the updated library for this task that uses Regex to match the urls. The regex using just the hostname works as well, and its too complicated with additional options.

@@ -10,7 +10,7 @@
"version": {
"Major": 0,
"Minor": 161,
"Patch": 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I though you already made this 161.2? shouldn't this be more than that?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is DownloadPackageV0. The 161.2 was for DownloadPackageV1

@aasim aasim merged commit f36e3fc into master Dec 4, 2019
aasim added a commit that referenced this pull request Dec 4, 2019
* Updated auth token filter to skip sending auth headers for blobstore and AFD (#11896)

* Fixed DownloadPackageV0 task to be able to download AFD enabled packages (#11897)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants