Open
Description
The crate panics when it encounters a src url with an &
in it, i.e. https://www.example.com/?foo=bar&baz=widget
invalid request URL provided: `Error while escaping character at range 32..43: Cannot find ';' after '&'`
Example document:
<!DOCTYPE html>
<html lang="sv-SE" dir="ltr">
<head>
<meta charSet="utf-8" />
<title>Can't parse query string</title>
</head>
<body>
<esi:include src="https://www.example.com/?foo=bar&baz=widget" />
</body>
</html>
I can provide a full stack trace in a private chat.
Metadata
Metadata
Assignees
Labels
No labels
Activity