Bug 290438
Summary: | Response.redirect() has redundant and misformatted error message | ||
---|---|---|---|
Product: | WebKit | Reporter: | Meghan Denny <meghan> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Meghan Denny
< `Response.redirect("/", 404)`
> `RangeError: Status code 404is not a redirection status code`
in firefox:
> `Uncaught RangeError: Response.redirect: Invalid redirect status code.`
in chrome:
> `Uncaught RangeError: Failed to execute 'redirect' on 'Response': Invalid status code`
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
EWS
Committed 292695@main (47d9544648c6): <https://commits.webkit.org/292695@main>
Reviewed commits have been landed. Closing PR #43030 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/147913559>