Merge commit 'ba74d7ccadc34d09d57886120e9d412d9edbc4d7' * commit 'ba74d7ccadc34d09d57886120e9d412d9edbc4d7': Fix issue with authentication with flash
This commit is contained in:
@@ -1030,6 +1030,13 @@ class LoadListener extends Handler implements EventHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
// If the response is an authentication and we've resent the
|
||||
// request with some credentials then don't commit the headers
|
||||
// of this response; wait for the response to the request with the
|
||||
// credentials.
|
||||
if (mAuthHeader != null)
|
||||
return;
|
||||
|
||||
// Commit the headers to WebCore
|
||||
int nativeResponse = createNativeResponse();
|
||||
// The native code deletes the native response object.
|
||||
|
||||
Reference in New Issue
Block a user