Bug 106407

Summary: [EFL] [WK2] Some authentication tests fail in WebKit2
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKit EFLAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, danw, d-r, gustavo, gyuyoung.kim, kenneth, laszlo.gombos, lucas.de.marchi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://bugzilla.gnome.org/show_bug.cgi?id=689673
Attachments:
Description Flags
Patch none

Description Martin Robinson 2013-01-08 19:26:27 PST
I think these failures might because of the version of libsoup in the EFL jhbuild. For GTK+ we are using a fairly recent version from the repository.
Comment 1 Martin Robinson 2013-01-08 19:29:56 PST
Committed r139149: <http://trac.webkit.org/changeset/139149>
Comment 2 Chris Dumez 2013-03-08 00:37:34 PST
The tests failing are:
 http/tests/loading/basic-auth-resend-wrong-credentials.html
 http/tests/security/401-logout/401-logout.php
 http/tests/xmlhttprequest/failed-auth.html
 http/tests/xmlhttprequest/remember-bad-password.html

I confirmed that we need to following libsoup fix:
https://bugzilla.gnome.org/show_bug.cgi?id=689673

This fix was added in libsoup 2.41.3 but not backported to v2.40.x. The EFL port is using libsoup v2.40.3 at the moment.
Comment 3 Chris Dumez 2013-03-08 04:31:43 PST
Created attachment 192198 [details]
Patch
Comment 4 WebKit Review Bot 2013-03-08 05:21:06 PST
Comment on attachment 192198 [details]
Patch

Clearing flags on attachment: 192198

Committed r145209: <http://trac.webkit.org/changeset/145209>
Comment 5 WebKit Review Bot 2013-03-08 05:21:11 PST
All reviewed patches have been landed.  Closing bug.