- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Sep 2007 01:49:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv27037
Modified Files:
no_referer.asis
Log Message:
HTTP status code sent for no-referer response to /check/referer (ab)used 412 precondition
failed, when there was actually no client precondition set. Using 403 instead, consistent
with what we do on CSS validator, and probably better understood by bots responsible
for this traffic than 412.
Index: no_referer.asis
===================================================================
RCS file: /sources/public/validator/htdocs/no_referer.asis,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- no_referer.asis 7 Aug 2007 02:41:40 -0000 1.2
+++ no_referer.asis 11 Sep 2007 01:49:17 -0000 1.3
@@ -1,6 +1,5 @@
-Status: 412 Precondition Failed
+Status: 403 Forbidden
Content-type: text/html
-Retry-After: 86400
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Received on Tuesday, 11 September 2007 01:49:31 UTC