You Rock Dieter, Thanks to everyone for their input! This has solved the nasty Netscape Image problem for now! j john@nurl.net At 09:05 PM 5/23/00 +0200, you wrote:
Jon Delheimer writes:
charset="iso-8859-1"
Shane,
I made the changes you suggested to Image.py.
Here are the results:
... Thursday, 11-May-00 15:53:50 GMT 1900/05/11 15:53:50 GMT -2197699570.0
That explains the exception: 1900 is a bit too far in the past. Seems that Netscape sends such a strange "If-Modified-Since" header.
You can try to fix this problem, by removing the "int(...)" in "OFS.Image.py:186"
mod_since=int(DateTime(header).timeTime())
==== >
mod_since=DateTime(header).timeTime()
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )