bugGNU Wget - Bugs: bug #35369, "wget" has a bug on exit...

 
 

bug #35369: "wget" has a bug on exit code with -p / --page-requisites

Submitter:  B. S. <sbremal>
Submitted:  Wed 25 Jan 2012 03:46:41 PM UTC
   
 
Category:  Program Logic Severity:  3 - Normal
Priority:  5 - Normal Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Closed
Release:  1.11.4 Operating System:  *BSD
Reproducibility:  Every Time Fixed Release:  1.12
Planned Release:  None Regression:  None
Work Required:  None Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 16 Dec 2015 01:44:17 AM UTC, comment #3: 

Not reproducible with wget 1.15 as well. Returning exit code 8 in both cases. This can be closed.

-X- <bszcz>
Thu 03 May 2012 10:58:14 AM UTC, comment #2: 

Same here with wget 1.13.4: I get return code 8 for both commands.

So, B.S., it seems you reported an old bug.  Upgrade to a more recent wget version!

This bug request can be closed.

~mk

Anonymous
Mon 09 Apr 2012 08:49:37 PM UTC, comment #1: 

Not reproducible in Wget 1.12

[Sasi@Shash Desktop]$ wget 'http://www.jusline.at/scripts/kommentar/druckversion.php?lawid=36&paid=12'; echo $?
--2012-04-10 02:16:06--  http://www.jusline.at/scripts/kommentar/druckversion.php?lawid=36&paid=12
Resolving www.jusline.at... 62.218.39.31
Connecting to www.jusline.at|62.218.39.31|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2012-04-10 02:16:07 ERROR 403: Forbidden.

8
[Sasi@Shash Desktop]$ wget -p 'http://www.jusline.at/scripts/kommentar/druckversion.php?lawid=36&paid=12'; echo $?
--2012-04-10 02:16:13--  http://www.jusline.at/scripts/kommentar/druckversion.php?lawid=36&paid=12
Resolving www.jusline.at... 62.218.39.31
Connecting to www.jusline.at|62.218.39.31|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2012-04-10 02:16:13 ERROR 403: Forbidden.

8

Sasi <sasikanth19>
Wed 25 Jan 2012 03:46:41 PM UTC, original submission:  

Check these 2 cases, I guess both should return 1:

wget 'http://www.jusline.at/scripts/kommentar/druckversion.php?lawid=36&paid=12'; echo $?
--2012-01-25 16:33:50--
http://www.jusline.at/scripts/kommentar/druckversion.php?lawid=36&paid=12
Resolving www.jusline.at... 62.218.39.31
Connecting to www.jusline.at|62.218.39.31|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2012-01-25 16:33:50 ERROR 403: Forbidden.

1

wget -p 'http://www.jusline.at/scripts/kommentar/druckversion.php?lawid=36&paid=12'; echo $?
--2012-01-25 16:33:54--
http://www.jusline.at/scripts/kommentar/druckversion.php?lawid=36&paid=12
Resolving www.jusline.at... 62.218.39.31
Connecting to www.jusline.at|62.218.39.31|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2012-01-25 16:33:54 ERROR 403: Forbidden.

0

B. S. <sbremal>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rockdaboot (Updated the item)
  • -email is unavailable- added by bszcz (Posted a comment)
  • -email is unavailable- added by sasikanth19 (Posted a comment)
  • -email is unavailable- added by sbremal (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-12-17 rockdaboot StatusNone Fixed
        Open/ClosedOpen Closed
        Fixed ReleaseNone 1.12

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code