https://www.w3.org/Bugs/Public/show_bug.cgi?id=20045
Bug ID: 20045
Summary: data: URLs, HTTP, and parsing
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XHR
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected],
[email protected]
data: URLs almost always successfully parse per the URL parser, but the URL
processing step can go wrong. Maybe if that goes wrong it should be a 400 Bad
Request? Or maybe 500 Internal Server Error?
So e.g.
data:test
parses fine as a URL, but does not parse fine as a data: URL.
--
You are receiving this mail because:
You are on the CC list for the bug.