[ZCM] [ZC] 854/ 3 Comment "objectIds has an empty or missing docstring (xmlrpc)"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Mon, 17 Mar 2003 07:47:11 -0500


Issue #854 Update (Comment) "objectIds has an empty or missing docstring (xmlrpc)"
 Status Rejected, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/854

==============================================================
= Comment - Entry #3 by tseaver on Mar 17, 2003 7:47 am

The intention is to require sites which make such information
available via XML-RPC to make an explicit gesture.  For instance,
you can put a Python script in the root of your ZODB which
just calls and returns the method::

  return context.objectIds()


________________________________________
= Reject - Entry #2 by ajung on Mar 16, 2003 2:24 pm

 Status: Pending => Rejected

objectIds() & friends are not supposed to be
available through XMLRPC for security reasons.

-aj
________________________________________
= Request - Entry #1 by greulen on Mar 15, 2003 1:47 pm


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