[Webkit-unassigned] [Bug 55767] [Qt] Two http auth tests fail with Qt 4.7.2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 14:01:42 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55767





--- Comment #4 from Joe Wild <joseph.wild at nokia.com>  2011-03-23 14:01:42 PST ---
Just wanted to add that I see very different behavior.  In Qt 4.7.1 the first
fetch that requires authentication fails and then another fetch with the
Authorization headers succeeds.  In 4.7.2, the 1st just fails.

I also see changes in the state machine.  This state is not in 4.7.2
case QHttpNetworkConnectionChannel::Wait4AuthState:

I think the next place for me to debug in here.

// handles the authentication for one channel and eventually re-starts the other channels
bool QHttpNetworkConnectionPrivate::handleAuthenticateChallenge(QAbstractSocket *socket, QHttpNetworkReply *reply,
                                                                bool isProxy, bool &resend)
{

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list