8 Nov
2000
8 Nov
'00
8:59 p.m.
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