Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure CefSettings.CachePath and RequestContextSettings.CachePath are absolute #3102

Closed
1 task done
amaitland opened this issue Apr 16, 2020 · 4 comments
Closed
1 task done
Assignees
Milestone

Comments

@amaitland
Copy link
Member

amaitland commented Apr 16, 2020

The cache path must be an absolute path. It was never intended to work with relative paths.

As per https://bitbucket.org/chromiumembedded/cef/issues/2916/not-persisting-in-local-stoage-when-using#comment-56993126 the CachePath must be absolute.

  • throw Exception if paths are non absolute

Related issue #3074

@amaitland amaitland added this to the 81.0.0 milestone Apr 16, 2020
@amaitland amaitland self-assigned this Apr 16, 2020
@amaitland amaitland changed the title Ensure [CefSettings|RequestContextSettings].CachePath is absolute Ensure CefSettings.CachePath and RequestContextSettings.CachePath are absolute Apr 16, 2020
@amaitland

This comment has been minimized.

@amaitland
Copy link
Member Author

@amaitland
Copy link
Member Author

The exception in https:/cefsharp/CefSharp/blob/master/CefSharp.Core/Cef.h#L204 should be updated to make it clear an absolute path is required also.

@amaitland
Copy link
Member Author

Resolved in 98b7abe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant