On Thu, Apr 22, 2010 at 05:53:00AM +0000, corvid wrote:
http://www.algo-prog.info/ocmc/ contains <meta http-equiv="refresh" content="0;web/" />
For refresh, we assume there will be an '=' from "URL=".
Unfortunately there's no standard for the content string in a META refresh. The example by W3C uses "URL=" so it looks OK to expect it.
Since there isn't one, we refresh the same URL over and over and over...
We could refuse to follow a zero-delay refresh without a new URL, but I seem to recall back in the never-follow days that sometimes a page _wanted_ to be immediately refreshed once, after which it would provide the contents (I always wondered why).
So perhaps the nav redirection stuff should use bw->redirect_level.
This looks like a good idea. If you want to make a patch go ahead, I'll look at the expect url issue with zero-delay refresh now. -- Cheers Jorge.-