[Zope-CMF] Problem in TypesTool with CMF1.5.1 and Zope2.8
Stefan H. Holek
stefan at epy.co.at
Mon Jun 13 04:33:18 EDT 2005
I get a whole bunch of Unauthorized errors when running CMF-1_5-
branch tests with Zope 2.8. Interestingly, CMF HEAD does not appear
to suffer from the same...
Stefan
======================================================================
ERROR: test_CopyPasteSetsOwnership
(CMFCore.tests.test_PortalContent.TestContentCopyPaste)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/zope/cmf15/Products/CMFCore/tests/
test_PortalContent.py", line 90, in test_CopyPasteSetsOwnership
member_area.invokeFactory('File', id='test_file')
File "/Users/zope/cmf15/Products/CMFCore/PortalFolder.py", line
418, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args,
**kw)
File "/Users/zope/cmf15/Products/CMFCore/TypesTool.py", line 929,
in constructContent
ob = info.constructInstance(container, id, *args, **kw)
File "/Users/zope/cmf15/Products/CMFCore/TypesTool.py", line 338,
in constructInstance
raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File
On 12. Jun 2005, at 20:05, Jo Meder wrote:
>
> While testing CMF 1.5.1 with the new Zope 2.8 I stumbled upon a
> problem with the creation of new objects.
>
--
Software Engineering is Programming when you can't. --E. W. Dijkstra
More information about the Zope-CMF
mailing list