[Zope-dev] "REQUEST" in id causes errors

Neil K NeilK@ActiveState.com
Wed, 8 Nov 2000 12:59:20 -0800


D'oh. The diff I posted was backwards. I assume you all got the general
idea.

With more context:

*** C:\Documents and Settings\neilk\My Documents\BaseRequest-old.py	Wed Nov
08 12:21:32 2000
--- lib\python\ZPublisher\BaseRequest.py	Wed Nov 08 12:22:05 2000
***************
*** 242,244 ****
          # Make sure that REQUEST cannot be traversed.
!         if find(path, 'REQUEST') >= 0:
              return response.notFoundError(path)
--- 242,244 ----
          # Make sure that REQUEST cannot be traversed.
!         if find(path, '/REQUEST/') >= 0:
              return response.notFoundError(path)


--
Neil Kandalgaonkar  <NeilK@ActiveState.com>
Web Application Developer, ActiveState