Welcome Guest Search | Active Topics | Sign In | Register

Cookie bug in WebBrowser 2023.3.77 Options
rainstuff
Posted: Saturday, November 4, 2023 3:06:54 PM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 72
Hi! In the latest version of WebBrowser (2023.3.77), I have a strange bug: if there is a “#” in the folder name, for example, “C:\###MyProgs”, then the Cookie file is not created.
It should be on the path:
c:\###MyProgz\Browser\cache\Network\Cookies

If the folder name is "C:\MyProgs", then everything is ok.

eo_support
Posted: Sunday, November 5, 2023 9:32:03 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

We have looked into the Chromium source code and confirmed that you can not have any special Uri characthers in the cookie file path. This is due to the fact that Chromium opens the cookie SQL Lite database with SQLITE_OPEN_URI flag. As a result, special Uri characters such as "?" or "#" will cause it to fail.

We will add code to check for such characters in our code and throw an exception in our next build.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.