[Zope-dev] Patch: let non-seekable streams be input for ZPublisher
(updated)
Dieter Maurer
dieter at handshake.de
Wed Aug 18 13:37:25 EDT 2004
Ames Andreas (MPA/DF) wrote at 2004-8-18 17:22 +0200:
>I had a thinko in my previous patch
>(http://mail.zope.org/pipermail/zope-dev/2004-August/023630.html)
>which is corrected in the attached version of the patch. Sorry for
>any inconvenience, I might have caused.
I do not think that your patch can work:
The "FieldStorage" must be rebuilt, because it can contain
file objects. These file objects must be reset as they may
have been (partially) read in the previous request.
This prevent reusing the previous "FieldStorage".
--
Dieter
More information about the Zope-Dev
mailing list