Index: lib/python/ZODB/ZApplication.py
===================================================================
RCS file: /cvs-repository/Zope/lib/python/ZODB/ZApplication.py,v
retrieving revision 1.13
diff -c -2 -r1.13 ZApplication.py
*** lib/python/ZODB/ZApplication.py	8 Apr 2003 18:48:22 -0000	1.13
--- lib/python/ZODB/ZApplication.py	9 Jun 2003 22:58:43 -0000
***************
*** 42,49 ****
  
      def __bobo_traverse__(self, REQUEST=None, name=None):
!         db, aname, version_support = self._stuff
!         if version_support is not None and REQUEST is not None:
!             version=REQUEST.get(version_support,'')
!         else: version=''
          conn=db.open(version)
  
--- 42,53 ----
  
      def __bobo_traverse__(self, REQUEST=None, name=None):
!         # Disable nasty insecure version support. Thanks to
!         # Jamie Heilman and everyone one zope-dev
!         #
!         # db, aname, version_support = self._stuff
!         # if version_support is not None and REQUEST is not None:
!         #     version=REQUEST.get(version_support,'')
!         # else: version=''
!         version = ''
          conn=db.open(version)
  
