Can't Repro
Status Update
Comments
va...@google.com <va...@google.com>
vo...@google.com <vo...@google.com> #2
Digging around a bit, it appears WebKit itself doesn't handle authentication at all.
Instead, it would appear on Android that the package org.apache.http.auth does this.
Instead, it would appear on Android that the package org.apache.http.auth does this.
vo...@google.com <vo...@google.com> #3
It's definitely not passing through the information. Here's a snippet from my Apache
log:
---
192.168.10.199 - - [20/Nov/2008:20:14:37 -0600] "GET /file.txt HTTP/1.1" 401 401 "-"
"AndroidDownloadManager"
log:
---
192.168.10.199 - - [20/Nov/2008:20:14:37 -0600] "GET /file.txt HTTP/1.1" 401 401 "-"
"AndroidDownloadManager"
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered
If a job has an execution execution that has failed previously, updating its definition returns the error:
The job definition is successfully updated, but the call to JobsClient.update_job fails.
What you expected to happen
The job definition is successfully updated and no error occurs.
Steps to reproduce
Here's essentially the program we're running:
Other information (workarounds you have tried, documentation consulted, etc)
Python version 3.9.15
GCloud SDK versions:
Slightly fuller stack trace
Workaround