<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jonathan Buch schreef:<br>
<blockquote cite="midop.tu5w7dacxegpx6@jo.local" type="cite">
<blockquote type="cite">
<pre wrap="">* cgi/cookie doesn't work either and complains about a bad timestamp
that doesn't use the http1.1 format.
</pre>
</blockquote>
<pre wrap=""><!---->
Yeah, but I know nothing about cookies, someone more proficient has
to have a look at that. If you know what it should deliver, could
you propose a spec or code change to make the spec go green?
</pre>
</blockquote>
I will fix this (since I broke it :), the problem is that Integer()
considers the number to be octal when it starts with a zero, and 8
isn't valid in octal. Leading zeroes need to be stripped off first.<br>
<br>
(ab)<br>
<br>
<pre class="moz-signature" cols="72">--
Arne Brasseur
<a class="moz-txt-link-freetext" href="http://www.arnebrasseur.net">http://www.arnebrasseur.net</a>
<a class="moz-txt-link-abbreviated" href="mailto:arne@arnebrasseur.net">arne@arnebrasseur.net</a></pre>
</body>
</html>