[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.625.2.84
Evan Simpson
evan at 4-am.com
Fri Dec 12 14:37:10 EST 2003
Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv32461/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
Only one VirtualHostMonster is allowed per container.
When a VHM is activated, it adds the mapping 'VIRTUAL_URL_PARTS': (SERVER_URL, BASEPATH1, virtual_url_path) to the request's 'other' dictionary. If BASEPATH1 is empty, it is omitted from the tuple. The joined parts are also added under the key 'VIRTUAL_URL'. Since the parts are evaluated before traversal continues, they will not reflect modifications to the path during traversal or by the addition of a default method such as 'index_html'.
=== Releases/Zope/doc/CHANGES.txt 1.625.2.83 => 1.625.2.84 ===
--- Releases/Zope/doc/CHANGES.txt:1.625.2.83 Thu Dec 11 17:51:06 2003
+++ Releases/Zope/doc/CHANGES.txt Fri Dec 12 14:36:39 2003
@@ -8,6 +8,15 @@
Features added
+ - When a VHM is activated, it adds the mapping
+ 'VIRTUAL_URL_PARTS': (SERVER_URL, BASEPATH1, virtual_url_path)
+ to the request's 'other' dictionary. If BASEPATH1 is empty, it
+ is omitted from the tuple. The joined parts are also added
+ under the key 'VIRTUAL_URL'. Since the parts are evaluated
+ before traversal continues, they will not reflect modifications
+ to the path during traversal or by the addition of a default
+ method such as 'index_html'.
+
- Added VHM regression tests to the SiteAccess product. Also see
Collector #809.
@@ -21,6 +30,8 @@
guarded code.
Bugs fixed
+
+ - Only one VirtualHostMonster is allowed per container.
- Collector #1133: TreeTag choked on Ids of type long.
More information about the Zope-Checkins
mailing list