[Bug-wget] [bug #50173] wget not converting links and downloading correctly

2017-01-30 Thread Tim Ruehsen
Update of bug #50173 (project wget):

   Fixed Release:None => trunk  

___

Follow-up Comment #1:

I can reproduce the described behavior with wget 1.18.

But it seems to be fixed in trunk (= alpha release 1.19).

BlumeSimonCh21.pdf appears two times, one as relative URL (being loaded) and
as absolute URL to a different host (not being loaded).

Bernoulli.pdf appears only once as absolute URL to a different host (not being
loaded).


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[Bug-wget] [bug #50173] wget not converting links and downloading correctly

2017-01-28 Thread anonymous
URL:
  

 Summary: wget not converting links and downloading correctly
 Project: GNU Wget
Submitted by: None
Submitted on: Sun 29 Jan 2017 01:47:58 AM UTC
Category: Program Logic
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
 Originator Name: Kun
Originator Email: kzho...@gmail.com
 Open/Closed: Open
 Discussion Lock: Any
 Release: 1.18
Operating System: GNU/Linux
 Reproducibility: None
   Fixed Release: None
 Planned Release: None
  Regression: None
   Work Required: None
  Patch Included: None

___

Details:

When running wget -r -k -l 1
"http://econ.ucsb.edu/~tedb/Courses/GraduateTheoryUCSB/TheoryF16.html;, the
process successfully completes but a number of files are not downloaded and a
number of absolute link are not converted. For example, the file
"BlumeSimonCh21.pdf" is linked twice in the html source code, one as relative
and another as absolute path, both belonging to the same host. The latter
links to the actual website over the internet rather than linking to the local
file. Moreover, the file "Bernoulli.pdf" is not downloaded by wget despite
being in the same host directory. I tried adding `-H` to the wget command,
these problems still occur.

Some other notes: The manual says when `-r` is specified, wget downloads
simply overwrite the old file with the new one if they are the same file. 




___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/