-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
I'm seeing evidence that SimpleBrowser is occasionally duplicating cookies. I believe this stems from code that was written to work around a .NET bug that prevented cookies from being read from the Set-Cookie header. It would appear that the .NET bug has been fixed. Therefore, .NET is properly reading cookies, and adding them to the cookie collection, then SimpleBrowser's work around code is adding the same cookies to the cookie collection, resulting in duplicates. One would think the .NET CookieContainer would prevent duplicates, but that does not appear to be the case.
More investigation is needed.
Metadata
Metadata
Assignees
Labels
No labels