[Webkit-unassigned] [Bug 244364] New: [AppSSO] Adjust life cycle of SOAuthorization to avoid premature cancellation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 25 15:08:32 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244364
Bug ID: 244364
Summary: [AppSSO] Adjust life cycle of SOAuthorization to avoid
premature cancellation
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
CC: kkinnunen at apple.com
Testing has shown that attempting to share a single SOAuthorization object amongst several active sessions can lead to deadlocks during AppSSO authentication.
Since the SOAuthorization object is meant to be stateless, there is no harm in constructing and destroying it for each type of authentication flow.
This simplifies the logic, and makes it clear which SOAuthorization object is associated with a given load event.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220825/3e99fcc9/attachment.htm>
More information about the webkit-unassigned
mailing list