[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Fix caching
issue. The input stream get never cached in a temp file
Roger Ineichen
roger at projekt01.ch
Sat Jun 2 22:52:57 EDT 2007
Log message for revision 76187:
Fix caching issue. The input stream get never cached in a temp file
because of a wrong content length header lookup. Added CONTENT_LENGTH
header check additional to the previous used HTTP_CONTENT_LENGTH. The
HTTP_ prefix is sometimes added by some CGI proxies but CONTENT_LENGTH
is the right header info which should know the size
Changed:
U Zope3/trunk/doc/CHANGES.txt
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2007-06-03 02:45:53 UTC (rev 76186)
+++ Zope3/trunk/doc/CHANGES.txt 2007-06-03 02:52:55 UTC (rev 76187)
@@ -22,6 +22,12 @@
Bugs fixed
+ - Fix caching issue. The input stream get never cached in a temp file
+ because of a wrong content length header lookup. Added CONTENT_LENGTH
+ header check additional to the previous used HTTP_CONTENT_LENGTH. The
+ HTTP_ prefix is sometimes added by some CGI proxies but CONTENT_LENGTH
+ is the right header info which should know the size.
+
- #98413: HTTPResponse.handleException should set the content type
- #112109: Returning 200 Ok instead of 200 OK.
@@ -464,7 +470,7 @@
Jim Fulton, Dmitry Vasiliev, Martijn Faassen, Christian Theune, Wolfgang
Schnerring, Fred Drake, Marius Gedminas, Baiju M, Brian Sutherland,
- Gary Poster
+ Gary Poster, Roger Ineichen
------------------------------------------------------------------
More information about the Zope3-Checkins
mailing list