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 - [EMAIL PROTECTED]
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 )
- RE: [Zope] Netscape Image Problems (LoginManager?) john
- Re: [Zope] Netscape Image Problems (LoginManager?) Chris Withers
- Re: [Zope] Netscape Image Problems (LoginManager?... john
- Re: [Zope] Netscape Image Problems (LoginMana... Shane Hathaway
- Re: [Zope] Netscape Image Problems (Login... john
- RE: [Zope] Netscape Image Problems (Login... Jon Delheimer
- Re: [Zope] Netscape Image Problems (... andres
- Re: [Zope] Netscape Image Proble... Shane Hathaway
- Re: [Zope] Netscape Image Problems (LoginManager?) Steve Alexander
- Re: [Zope] Netscape Image Problems (LoginManager?) Chris Withers
- RE: [Zope] Netscape Image Problems (LoginManager?) Dieter Maurer
- RE: [Zope] Netscape Image Problems (LoginManager?... john
- Re: [Zope] Netscape Image Problems (LoginMana... Chris Withers
- Re: [Zope] Netscape Image Problems (Login... andres
- [Zope] Weird interaction between int... andres
- Re: [Zope] Weird interaction bet... Shane Hathaway
- Re: [Zope] Weird interaction... andres
- Re: [Zope] Weird interaction... Jeff K. Hoffman
- Re: [Zope] Weird interaction... Chris Withers
- Re: [Zope] Weird interaction... andres
- Re: [Zope] Weird interaction... Chris Withers
