[Webkit-unassigned] [Bug 43485] [GTK] 407 page contents prepended to desired page contents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 08:13:15 PDT 2012


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





--- Comment #11 from Barry Scott <barry.scott at onelan.co.uk>  2012-10-30 08:14:32 PST ---
(In reply to comment #10)
> (In reply to comment #0)
> > To the SoupSeesion add an implementation of SoupProxyURIResolver.
> > When the first request goes through the body of the 407 response
> > is combined with the desired pages body.
> > 
> > The 2nd and subsequent load_url() calls to webkit work as expect
> > (SoupLogger shows that the ProxyAuth head is always sent).
> > 
> > The following patch suggested by danw fixed the problem.
> 
> Barry, can you still reproduce this issue?
> 
> How did you find the bug? What are the reproduction steps?

I think you need to test against a proxy that is password protected.

We test with "no auth", "basic" and "digest" in all combinations
for the web page and the proxy. e.g. 9 tests. In the ones where
the proxy needs authenticated the page output is corrupted.

You have rewritten the Soup code in this area for current webkitgtk
so that this patch is not needed and the bug is no longer present.

-- 
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