[Webkit-unassigned] [Bug 287636] New: results.webkit.org returning 414 Request-URI Too Large
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 13 09:30:41 PST 2025
https://bugs.webkit.org/show_bug.cgi?id=287636
Bug ID: 287636
Summary: results.webkit.org returning 414 Request-URI Too Large
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gsnedders at apple.com
CC: jbedard at apple.com, webkit-bug-importer at group.apple.com
Pasting in a large block of tests fails loading https://results.webkit.org/api/[suite]/tests?limit=10&test=[…]&test=[…]&test=[…] with 414 Request-URI Too Large.
In this specific case, we're trying to send a URL with length 21046 to the server.
I don't know what exactly the server has configured as a maximum URL length (or maximum request line length), but maybe we should avoid creating such long URLs by e.g. only requesting 50 tests at a time? Though in reality we might want to just say "hey you're gonna have a bad time trying to load so many tests" and not even try.
We also don't provide any feedback in the UI that it has failed — the UI just silently does nothing.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20250213/6f0b2569/attachment.htm>
More information about the webkit-unassigned
mailing list