wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wget-dev] wget2 | & is not decoded inside a href attribute (#433)


From: Igor
Subject: [Wget-dev] wget2 | & is not decoded inside a href attribute (#433)
Date: Mon, 22 Apr 2019 14:29:59 +0000


New Issue was created.

Issue 433: https://gitlab.com/gnuwget/wget2/issues/433
Author:    Igor
Assignee:  

Example:
`<a href="/script.php?a=1&amp;b=2">link</a>`

Wget2 will get this link as /script.php?a=1&amp;b=2 and it will also request 
/script.php?a=1&amp;b=2 instead of /script.php?a=1&b=2. This leads to 404 
errors as such pages with &amp; do not exist.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/433
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]