W3C CVS

CVS log for validator/htdocs/no_referer.asis

[BACK] Up to [Public] / validator / htdocs

Request diff between arbitrary revisions


Default branch: 1

Revision 1.3 / (download) - annotate - [select for diffs] , Tue Sep 11 01:49:17 2007 UTC (9 months, 4 weeks ago) by ot
CVS Tags: validator-0_8_2-release, HEAD
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)
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.

Revision 1.2 / (download) - annotate - [select for diffs] , Tue Aug 7 02:41:40 2007 UTC (11 months ago) by ot
CVS Tags: validator-0_8_1-release
Changes since 1.1: +15 -49 lines
Diff to previous 1.1 (colored)
preparing 0.8.1, changelog and version bump

Revision 1.1 / (download) - annotate - [select for diffs] , Fri Jan 5 15:00:32 2007 UTC (18 months ago) by ot
CVS Tags: validator-0_8_0-release, validator-0_8_0-beta2, validator-0_8_0-beta1
Diff
Bad bots keep calling /check/referer without referer, kicking check into
action for nothing. Performance-wise, it's probably wiser to catch these
at apache level, with e.g:

#do not pass /check/referrer on if there is no referrer
RewriteCond     %{REQUEST_URI}  ^\/check\/referer
RewriteCond     %{HTTP_REFERER} ^$
RewriteRule     ^               /no_referer.asis [L]

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster