Downloading a file fails due to a sandbox violation if the destination path is a symlink
Created attachment 87649 [details] Patch
Comment on attachment 87649 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=87649&action=review > Source/WebKit2/Shared/mac/SandboxExtensionMac.mm:123 > + char *slashPtr = strrchr(path.data(), '/'); * on wrong side.
Committed r82527: <http://trac.webkit.org/changeset/82527>