wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | HTML processing bug: `data:` URI in CSS (#629)


From: @rockdaboot
Subject: Re: wget2 | HTML processing bug: `data:` URI in CSS (#629)
Date: Sun, 28 May 2023 16:07:49 +0000



Tim Rühsen commented: 
https://gitlab.com/gnuwget/wget2/-/issues/629#note_1408389859

> When mirroring, wget2 tries to download data: URI in CSS.

The message `Adding URL:` is printed at the beginning of a bunch of checks.  
It doesn't mean the URL is really added or tried to be downloaded - it means it 
is a candidate but needs to be checked first.  
So if wget2 rejects the URL, you see a second output line with the reason, e.g.
```
URL '...' not followed (unsupported scheme)
```
But in your case, 
```
Cannot resolve URI ...
```
means that the parser library doesn't support this type of URI, so wget bails 
out early.

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




reply via email to

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