[ZCM] [ZC] 1513/ 4 Defer "2.8 failure: Webdavlock Manager does not work"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Mon Oct 4 14:50:32 EDT 2004


Issue #1513 Update (Defer) "2.8 failure: Webdavlock Manager does not work"
 Status Deferred, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/1513

==============================================================
= Defer - Entry #4 by ajung on Oct 4, 2004 2:50 pm

 Status: Pending => Deferred

weird...works now with a fresh checkout...defering issue for now
________________________________________
= Comment - Entry #3 by tim_one on Oct 4, 2004 12:16 pm

In current Zope trunk, I can get from Control Panel to WebDAV Lock Manager without problems.  Are you still having a problem?
________________________________________
= Comment - Entry #2 by ajung on Sep 30, 2004 1:50 pm

 The exception seems to be raised *somewhere* in cDocumentTemplate.c/render_blocks(). I have looked at the C code but have not found anything where an exception is raised. It seems to occur when calling title_or_id() (from standard_html_header) however the security seems to beat back....no idea how to track this down.

/develop/sandboxes/Zope/Zope/lib/python/ZServer/PubCore/ZServerPublisher.py(23)__init__()
-> response=response)
  /develop/sandboxes/Zope/Zope/lib/python/ZPublisher/Publish.py(389)publish_module()
-> environ, debug, request, response)
  /develop/sandboxes/Zope/Zope/lib/python/ZPublisher/Publish.py(187)publish_module_standard()
-> response = publish(request, module_name, after_list, debug=debug)
  /develop/sandboxes/Zope/Zope/lib/python/ZPublisher/Publish.py(144)publish()
-> sys.exc_info()[2],
  /develop/sandboxes/Zope/Zope/lib/python/Zope/App/startup.py(205)zpublisher_exception_hook()
-> f(client, REQUEST, t, v, traceback, error_log_url=error_log_url)
  /develop/sandboxes/Zope/Zope/lib/python/OFS/SimpleItem.py(202)raise_standardErrorMessage()
-> v = s(client, REQUEST, **kwargs)
  /develop/sandboxes/Zope/Zope/lib/python/OFS/DTMLMethod.py(131)__call__()
-> r=apply(HTML.__call__, (self, client, REQUEST), kw)
  /develop/sandboxes/Zope/Zope/lib/python/DocumentTemplate/DT_String.py(476)__call__()
-> try: result = render_blocks(self._v_blocks, md)
  /develop/sandboxes/Zope/Zope/lib/python/OFS/DTMLMethod.py(123)__call__()
-> r=apply(HTML.__call__, (self, client, REQUEST), kw)
  /develop/sandboxes/Zope/Zope/lib/python/DocumentTemplate/DT_String.py(476)__call__()
-> try: result = render_blocks(self._v_blocks, md)
> /develop/sandboxes/Zope/Zope/lib/python/zExceptions/unauthorized.py(39)__init__()
-> if name is None and (

________________________________________
= Request - Entry #1 by ajung on Sep 29, 2004 11:38 am

Accessing the webdav lock manager fails:

  File "/develop/sandboxes/Zope/Zope/lib/python/OFS/SimpleItem.py", line 202, in raise_standardErrorMessage
    v = s(client, REQUEST, **kwargs)
  File "/develop/sandboxes/Zope/Zope/lib/python/OFS/DTMLMethod.py", line 130, in __call__
    r=apply(HTML.__call__, (self, client, REQUEST), kw)
  File "/develop/sandboxes/Zope/Zope/lib/python/DocumentTemplate/DT_String.py", line 476, in __call__
    try: result = render_blocks(self._v_blocks, md)
  File "/develop/sandboxes/Zope/Zope/lib/python/OFS/DTMLMethod.py", line 123, in __call__
    r=apply(HTML.__call__, (self, client, REQUEST), kw)
  File "/develop/sandboxes/Zope/Zope/lib/python/DocumentTemplate/DT_String.py", line 476, in __call__
    try: result = render_blocks(self._v_blocks, md)
Unauthorized: You are not allowed to access 'title_or_id' in this context


==============================================================



More information about the Zope-Collector-Monitor mailing list