#575032 meta refresh URL=?.. loops

Package:
w3m
Source:
w3m
Description:
WWW browsable pager with excellent tables/frames support
Submitter:
Date:
2010-03-22 22:21:05 UTC
Severity:
normal
#575032#5
Date:
2010-03-22 20:36:05 UTC
From:
To:
The following test file loops.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">

<html>
<head>
 <title>W3M LOOPER TEST</title>
 <meta http-equiv="refresh" content="0; URL=?nm=BLA">
</head>

<body>
 <pre>
Place this file in looper.html, then do
$ w3m looper.html
The only way to get out and recover control of your CPU is to hit
^Z several times, then do "kill -9 %".
Emacs-w3m is smart to not loop, but not plain w3m Version: 0.5.2-4 .
</pre>
</body>
</html>