<!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">
Arne Brasseur a écrit :
<blockquote cite="mid:4691612F.2030205@arnebrasseur.net" type="cite">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
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 moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://www.arnebrasseur.net">http://www.arnebrasseur.net</a>
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
href="mailto:arne@arnebrasseur.net">arne@arnebrasseur.net</a></pre>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Nitro-general mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nitro-general@rubyforge.org">Nitro-general@rubyforge.org</a>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/mailman/listinfo/nitro-general">http://rubyforge.org/mailman/listinfo/nitro-general</a></pre>
</blockquote>
<br>
I'm not able to create specs ( howtos somewhere ?) but i can fight easy
bugs :)<br>
<br>
([1-9]\d{2}) would do the trick<br>
<br>
also that's probably not what you expect ;)<br>
<br>
Jj<br>
<br>
<br>
<br>
</body>
</html>