[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.268
Andreas Jung
andreas at andreas-jung.com
Thu Dec 2 11:49:58 EST 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv8805/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
- The REQUEST now contains a new entry ACTUAL_URL which contains the
full URL without query string as it appears within the location bar of
the browser. The key has been added to provide a single key that is
available for vhosted and non-vhosted installations.
- Collector #1605: VHM did not quote URLs
=== Zope/doc/CHANGES.txt 1.625.2.267 => 1.625.2.268 ===
--- Zope/doc/CHANGES.txt:1.625.2.267 Wed Dec 1 18:01:48 2004
+++ Zope/doc/CHANGES.txt Thu Dec 2 11:49:27 2004
@@ -17,6 +17,13 @@
Bugs fixed
+ - The REQUEST now contains a new entry ACTUAL_URL which contains the
+ full URL without query string as it appears within the location bar of
+ the browser. The key has been added to provide a single key that is
+ available for vhosted and non-vhosted installations.
+
+ - Collector #1605: VHM did not quote URLs
+
- webdav.NullResource: doing a PUT of a large file could
potentially bring your box to a halt, because the whole file
would be read into memory just to detect the
More information about the Zope-Checkins
mailing list