Your message dated Tue, 18 Aug 2015 16:45:16 +0200
with message-id <[email protected]>
and subject line Re: Bug#648574: msgid-search does not return a 404 for unknown
Message-IDs
has caused the Debian Bug report #648574,
regarding lists.debian.org: msgid-search does not return a 404 for unknown
Message-IDs
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.)
--
648574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648574
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lists.debian.org
Severity: minor
As you can see below, the msgid-search code does not return a 404 HTTP
status code when it cannot find the Message-ID requested:
$ wget -SO /dev/null http://lists.debian.org/404@404
--2011-11-13 12:01:22-- http://lists.debian.org/404@404
Resolving lists.debian.org (lists.debian.org)... 82.195.75.100
Connecting to lists.debian.org (lists.debian.org)|82.195.75.100|:80...
connected.
HTTP request sent, awaiting response...
HTTP/1.1 302 Found
Date: Sun, 13 Nov 2011 04:01:35 GMT
Server: Apache
Location: http://lists.debian.org/msgid-search/404@404/firsthit
Content-Length: 303
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
Location: http://lists.debian.org/msgid-search/404@404/firsthit [following]
--2011-11-13 12:01:23-- http://lists.debian.org/msgid-search/404@404/firsthit
Reusing existing connection to lists.debian.org:80.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Sun, 13 Nov 2011 04:01:36 GMT
Server: Apache
Encoding: utf-8
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Length: unspecified [text/html]
Saving to: `/dev/null'
[ <=> ] 1,884 --.-K/s in
0.001s
2011-11-13 12:01:24 (2.01 MB/s) - `/dev/null' saved [1884]
--
bye,
pabs
http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On Fri, 14 Aug 2015, Cord Beermann wrote:
> Hello,
>
> I don't see why we should do this.
>
> We present the result of a search. Google also doesn'T send a 404 if i
> search for something it doesn't have in the index.
I implemented it anyhow:
--2015-08-18 16:43:50--
https://lists.debian.org/msgid-search/404@404/firsthit
Reusing existing connection to lists.debian.org:443.
HTTP request sent, awaiting response...
HTTP/1.1 404 Not Found
Date: Tue, 18 Aug 2015 14:43:50 GMT
Server: Apache
Encoding: utf-8
Strict-Transport-Security: max-age=15552000
X-Clacks-Overhead: GNU Terry Pratchett
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
2015-08-18 16:43:50 ERROR 404: Not Found.
Alex
--- End Message ---