Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#686 closed defect (fixed)

download handler error when wget is used

Reported by: nduteil@… Owned by: alfs-log@…
Priority: lowest Milestone:
Component: nALFS - Back End (XML Handlers) Version: 1.1.7
Severity: normal Keywords:
Cc:

Description

On Version 1.1.8, the file new_download.c contains the following code in methode get_url.


#ifdef HAVE_LIBCURL

status = load_url(file, url);

#else

status = execute_command("wget --progress=dot -O %s %s%s", file, url);

#endif


The last %s should be removed to avoid random characters to be added to url parameter

Attachments (1)

nALFS-1.1.8.wget.patch (483 bytes ) - added by neven@… 21 years ago.
Patch removing unmatched conversion specifier.

Download all attachments as: .zip

Change History (3)

by neven@…, 21 years ago

Attachment: nALFS-1.1.8.wget.patch added

Patch removing unmatched conversion specifier.

comment:1 by neven@…, 21 years ago

It's already fixed in CVS, so it can be closed. Thanks.

comment:2 by kpfleming@…, 21 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.