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  <[EMAIL PROTECTED]>
Web Application Developer, ActiveState



_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to