Your message dated Thu, 23 Jan 2014 10:58:39 +0100
with message-id <[email protected]>
and subject line Re: Bug#730662: [bug #40746] wget: fails to parse time from
'Last-Modified: Wed, 27 Nov 2013 07:06:38 UTC'
has caused the Debian Bug report #730662,
regarding wget: fails to parse time from 'Last-Modified: Wed, 27 Nov 2013
07:06:38 UTC'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
730662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730662
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wget
Version: 1.13.4-3
Severity: normal
Tags: upstream
Hi,
wget does not parse Last-Modified timestamps in the UTC timezone,
resulting in error output
Last-modified header invalid -- time-stamp ignored.
and assigning all downloaded files the current timestamp - which is a
loss of metadata.
The problem occurs in versions 1.13.4-3, 1.14-5, 1.14.96.38327-2.
These timestamps with a UTC instead of GMT timezone seem to be generated
by a (transparent) proxy that identifies itself with this header:
Via: 1.1 xxxxx.xxxxx.xx:80 (Cisco-IronPort-WSA/7.7.0-608)
The patch is trivial, in src/http.c in check_end() the following clause
needs to be added:
|| (p[0] == 'U' && p[1] == 'T' && p[2] == 'C')
(tested against the version in experimental)
Andreas
--- End Message ---
--- Begin Message ---
Version: 1.13.4-3
> I will close it if you agree.
sorry, when I'm closing to fast but we can reopen it if needed.:)
> Am Montag, den 16.12.2013, 11:55 +0000 schrieb Tim Ruehsen:
> > Just to mention it. The server is broken and does not behave RFC 2616
> > compliant.
--
Noël Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
signature.asc
Description: This is a digitally signed message part
--- End Message ---