bugGNU Wget - Bugs: bug #65915, wget fails to create a file...

 
 

bug #65915: wget fails to create a file containing '?' in its name on OS/2

Submitter:  KO Myung-Hun <lvzuufx>
Submitted:  Mon 24 Jun 2024 01:06:08 PM UTC
   
 
Category:  Program Logic Severity:  3 - Normal
Priority:  5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Open
Release:  None Operating System:  Others (Please Specify)
Reproducibility:  Every Time Fixed Release:  None
Planned Release:  None Regression:  None
Work Required:  None Patch Included:  Yes
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Jun 2024 01:06:08 PM UTC, original submission:  

Hi/2.

In some cases, wget tries to create a file containing '?' in its name. However, '?' is forbidden character as a filename on OS/2.

Tested command is:

wget --mirror --level=1 -nd -nv -A.po -P "po/.reference" "https://translationproject.org/latest/make/"


In order to avoid this, I replaced '?' in a filename with '%3F'.

I attach the patch. However it's based on 1.24.5 tar-ball not git repo. I'm afraid I could not do `autoreconf' because of some missing .m4 stuffs.

KO Myung-Hun <lvzuufx>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #56199:  0001-Replace-with-3F-on-OS-2.patch added by lvzuufx (1KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lvzuufx (Submitted the item)
  •  

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-06-24 lvzuufx Attached File- Added 0001-Replace-with-3F-on-OS-2.patch, #56199

    Back to the top

    Powered by Savane 3.14-f13d.
    Corresponding source code