| Summary: | REGRESSION(266403@main): http/tests/security/redirect-BLOCKED-to-localURL.html is crashing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, kenji.shukuwa, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Fujii Hironori
2023-07-30 14:46:17 PDT
In WebPageProxy::didFailProvisionalLoadForFrameShared, in Mac port, error.failingURL() is "http://127.0.0.1:8000/resources/redirect.py?url=file:///tmp/LayoutTests/http/tests/security/resources/file-redirect-target.html". But in Windows port, it's "file:///tmp/LayoutTests/http/tests/security/resources/file-redirect-target.html". In both ports, provisionalURL is "http://127.0.0.1:8000/resources/redirect.py?url=file:///tmp/LayoutTests/http/tests/security/resources/file-redirect-target.html". Pull request: https://github.com/WebKit/WebKit/pull/16222 Details of ResourceError on Mac --- FailingURL = http://127.0.0.1:8000/resources/redirect.py?url=file:///tmp/LayoutTests/http/tests/security/resources/file-redirect-target.html Domain: NSURLErrorDomain Type: General Error code: -1102 (NSURLErrorNoPermissionsToReadFile) Description: You do not have permission to access the requested resource --- Pull request: https://github.com/WebKit/WebKit/pull/16469 Committed 266696@main (322a31dd1fcc): <https://commits.webkit.org/266696@main> Reviewed commits have been landed. Closing PR #16469 and removing active labels. |