[Webkit-unassigned] [Bug 90267] Handle SSL errors for SOUP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 08:49:19 PDT 2012


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #150136|0                           |1
        is obsolete|                            |
 Attachment #151088|                            |review?
               Flag|                            |




--- Comment #17 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-07-06 08:49:17 PST ---
Created an attachment (id=151088)
 --> (https://bugs.webkit.org/attachment.cgi?id=151088&action=review)
New patch

This is a new patch following a simpler approach based on what win port does. It doesn't affect WebKit1, because in this case the wk layer should handle the errors using the SoupSession object directly. If SoupSession is set to strict mode, SSL errors will be handled by the SoupSession, otherwhise they will be ignored, so it's exactly the same behaviour. For WebKit2 we are also ignoring SSL errors by default for compatibility, but that will be removed once the UI process can handle those errors. This patch doesn't change any cross-platform code.

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