セブンイレブンが自分のサイトに対して自らDoSらせてる件について

下記のサイトに各種スクリプトを無効にして(ページの自動読み込みは有効にして)アクセスしてみよう
http://www.sej.co.jp/redirect/cmp/nov09/cam_top.html
延々と自分自身を読み続けます。

HTMLのソースは下記

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>セブン-イレブン・ジャパン セブン-イレブンフェア | セブン-イレブン・ジャパン</title>
<script type="text/javascript">
<!--
location.replace('https://cam.sej.co.jp/cp/CAPC070.do');
//-->
</script>
<meta http-equiv="Refresh" content="0;https://cam.sej.co.jp/cp/CAPC070.do">
</head>
<body>
<noscript>
	<p><a href="https://cam.sej.co.jp/cp/CAPC070.do">セブン-イレブンフェアへ</a></p>
</noscript>
</body>
</html>

キモはここ

<meta http-equiv="Refresh" content="0;https://cam.sej.co.jp/cp/CAPC070.do">

http://www.newcredge.com/IT/www/html/tag/page/jump.html
この↑あたりを見れば解ると思うが構文は↓の通り

<meta http-equiv="refresh" content="秒数;URL=URL">

今回のHTMLでは「URL=」が無いため自分自身を読み込んでいる模様
もうちょいテストしようよ・・・orz


なお、めんどくさいので、まだ通報はしてない・・・
まあ、気が向いたら連絡するか・・・