After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689673 - Gracefully handle the failure of URI-embedded authentication credentials
Gracefully handle the failure of URI-embedded authentication credentials
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2012-12-05 01:55 UTC by Martin Robinson
Modified: 2013-03-08 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for this issue (1.96 KB, patch)
2012-12-05 02:01 UTC, Martin Robinson
committed Details | Review

Description Martin Robinson 2012-12-05 01:55:43 UTC
WebKit would like to activate other methods of authentication when URI-embedded credentials fail. For instance, in this situation it might ask the client or look into the persistent credential storage. This is important, because WebKit is using URI-embedded credentials to override any credentials Soup has previously cached in the session.
Comment 1 Martin Robinson 2012-12-05 02:01:01 UTC
Created attachment 230711 [details] [review]
Patch for this issue
Comment 2 Dan Winship 2012-12-05 12:58:37 UTC
Comment on attachment 230711 [details] [review]
Patch for this issue

looks good
Comment 3 Martin Robinson 2012-12-05 16:41:08 UTC
Review of attachment 230711 [details] [review]:

Thanks for the review!
Comment 4 Dan Winship 2012-12-12 09:54:50 UTC
this was committed
Comment 5 Christophe Dumez 2013-03-08 08:35:50 UTC
Would it be possible to backport this fix to v2.40.x?

We are still using v2.40.x in WebKit-EFL. We could upgrade to v2.41.x but we would prefer to keep using stable releases and this would mean bumping glib dependency as well.