[Zope3-checkins] CVS: Zope3/src/zope/app/traversing/browser - __init__.py:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 18 15:33:52 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/traversing/browser
In directory cvs.zope.org:/tmp/cvs-serv30074/src/zope/app/traversing/browser

Modified Files:
	__init__.py 
Log Message:


Added clarifying statement, so that we know that getApplicationURL() gives us
all the additional info int he URL we need.




=== Zope3/src/zope/app/traversing/browser/__init__.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/traversing/browser/__init__.py:1.2	Thu Mar 18 06:15:34 2004
+++ Zope3/src/zope/app/traversing/browser/__init__.py	Thu Mar 18 15:33:52 2004
@@ -36,6 +36,9 @@
         request = self.request
 
 
+        # The application URL contains all the namespaces that are at the
+        # beginning of the URL, such as skins, virtual host specifications and
+        # so on.
         if sameProxiedObjects(context, request.getVirtualHostRoot()):
             return request.getApplicationURL()
 




More information about the Zope3-Checkins mailing list