Re: [Zope-dev] Security Question

2001-11-28 Thread Danny William Adair
On Saturday 24 November 2001 01:40, Andre Schubert wrote: root/ index_html foo/ acl_users/ bar/ Image I have a image which could only be view by users with a role named foobar, these users are in acl_users. If i access the image through the web a must authenticate

Re: [Zope-dev] Security Question

2001-11-28 Thread Andre Schubert
Danny William Adair schrieb: On Saturday 24 November 2001 01:40, Andre Schubert wrote: root/ index_html foo/ acl_users/ bar/ Image I have a image which could only be view by users with a role named foobar, these users are in acl_users. If i access the

Re: [Zope-dev] Catalog improvements

2001-11-28 Thread Chris McDonough
Note that one way to get the effect of cached queries is to use a TopicIndex, which I believe either Andreas or Tres has implemented. See http://dev.zope.org/Wikis/DevSite/Proposals/TopicIndexes. I can't find the actual source code, though. Maybe either Tres or Andreas knows where it is?

Re: [Zope-dev] Catalog improvements

2001-11-28 Thread Andreas Jung
TopicIndexes are currently available in the 'ajung-topicindex' branch and are not yet part of the Zope core. Andreas - Original Message - From: Chris McDonough [EMAIL PROTECTED] To: Wolfram Kerber [EMAIL PROTECTED] Cc: Casey Duncan [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday,

Re: [Zope-dev] Catalog improvements

2001-11-28 Thread Chris Withers
Matt Hamilton wrote: I would like in on that too :) About a year or so ago I was working on a full-text indexing system for indexing several gigabytes of text (mailing list archives). Most of it was written in C and uses quite a lot of cool algorithms from various information retrieval

Re: [Zope-dev] Searching/Indexing/ZODB/SQL/BerkleyDB

2001-11-28 Thread Chris Withers
Casey Duncan wrote: I would be willing to help both in coding and getting the code put into the Zope core. raises hand me too! Me three! :-) Just to put my take on all of this... As some of you may know, I've been looking at indexign for a while now in one way or another... I'm

Re: [Zope-dev] Catalog improvements

2001-11-28 Thread Andreas Jung
- Original Message - From: Chris Withers [EMAIL PROTECTED] To: Matt Hamilton [EMAIL PROTECTED] Cc: Casey Duncan [EMAIL PROTECTED]; Steve Alexander [EMAIL PROTECTED]; Wolfram Kerber [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 09:27 Subject: Re: [Zope-dev]

Re: [Zope-dev] Searching/Indexing/ZODB/SQL/BerkleyDB

2001-11-28 Thread Andreas Jung
- Original Message - From: Chris Withers [EMAIL PROTECTED] To: Casey Duncan [EMAIL PROTECTED] Cc: Steve Alexander [EMAIL PROTECTED]; Wolfram Kerber [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 09:37 Subject: Re: [Zope-dev] Searching/Indexing/ZODB/SQL/BerkleyDB

Re: [Zope-dev] Catalog improvements

2001-11-28 Thread Matt Hamilton
On Wed, 28 Nov 2001, Andreas Jung wrote: I think the software MG from the book Managing Gigabytes is GPLed and currently released as mg-1.21. Walking through the TOC of the book, it seems to be a very detailed sources about text processing and gives very much informations about different

Re: [Zope-dev] Catalog improvements

2001-11-28 Thread Andreas Jung
- Original Message - From: Matt Hamilton [EMAIL PROTECTED] To: Andreas Jung [EMAIL PROTECTED] Cc: Chris Withers [EMAIL PROTECTED]; Casey Duncan [EMAIL PROTECTED]; Steve Alexander [EMAIL PROTECTED]; Wolfram Kerber [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001

Re: [Zope-dev] Searching/Indexing/ZODB/SQL/BerkleyDB

2001-11-28 Thread Barry A. Warsaw
CW == Chris Withers [EMAIL PROTECTED] writes: How much slower was is? Did you measure ratios (between the two storages) of time per indexing operation, or ratios of disk blocks transferred per indexing operation? CW In my tests, Barry agreed with me that Berkley was turning

Re: [Zope-dev] Security Question

2001-11-28 Thread Danny William Adair
This doesn't work, because the user it not known in root where the index_html is, the user is known in the folder view. Sorry. I think I read your first email a little too fast. This behavior is normal, and meant to strengthen Zope security. You are not calling the Image object, index_html