Comment 319 for bug 195698

Revision history for this message
In , Honzab-moz (honzab-moz) wrote :

Created an attachment (id=356180)
v2.1 - http channel async prompting

Henric: THIS particular patch is simple and relatively safe solution to this problem. It modifies a way how http channel handles prompts for username and password. With this patch there are no more two credential prompts for a single page or a proxy server.

Christian: this is patch with large context and methods and explanatory comment in nsHttpChannel::GetCredentialsForChallenge. It could be considered as base for implementation of async prompts (bug 265780).