Descriptionfix a problem that android cannot download files with basic authentication
Android download manager does not support authentication headers.
This change adds a call to check if a url request contains authentication headers.
If so, we fallback to chrome download path instead of using the download manager.
BUG=159687
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193318
Patch Set 1 #
Total comments: 4
Patch Set 2 : adding a call in http_transactions to get the auth info #
Total comments: 2
Patch Set 3 : moving hasAuth to httpResponseInfo #Patch Set 4 : rebase #Patch Set 5 : nits #
Total comments: 6
Patch Set 6 : addressing comments #
Total comments: 2
Patch Set 7 : removing some redundant code #Patch Set 8 : nits #
Messages
Total messages: 23 (0 generated)
|