[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.691

Evan Simpson evan at 4-am.com
Fri Dec 12 14:35:49 EST 2003


Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv32003/doc

Modified Files:
	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.690 => 1.691 ===
--- Releases/Zope/doc/CHANGES.txt:1.690	Thu Dec 11 17:49:17 2003
+++ Releases/Zope/doc/CHANGES.txt	Fri Dec 12 14:35:17 2003
@@ -24,6 +24,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'.
+
      - Extension Classes, a key Zope foundation, have been totally
        rewritten based on Python new-style classes.  
 
@@ -81,6 +90,8 @@
        (such as storages, databases, or logging handlers) to be used.
 
     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