Re: [Zope-dev] Security/Acquisition Bug? (take two)

2000-11-12 Thread Charlie Wilkinson
I should have included this in my previous reply - this is the Zope error I am getting after failing out of BASICAUTH login: -- Zope Error Zope has encountered an error while publishing this resource. Unauthorized You

Re: [Zope-dev] Security/Acquisition Bug? (take two)

2000-11-12 Thread Charlie Wilkinson
On Sun, Nov 12, 2000 at 11:42:32PM +0100, Dieter Maurer waxed eloquent: > > I tried it on my ZopeCVS installation. > The Python parts are quite new. The C-part is about 2 weeks old. > > I can not observe what you describe. > "/index_html" can be viewed as "Annonymous" without any > change in per

Re: [Zope-dev] PythonMethods: Can't Slice context.REQUEST.PARENTS

2000-11-12 Thread The Doctor What
* Dieter Maurer ([EMAIL PROTECTED]) [001112 17:12]: > The Doctor What writes: > > ... > > Now here is my next problem. > > > > Using context.REQUEST.PARENTS doesn't give me the DTML Document that > > called me (so to speak). > > > > I have: > > /test/new/foo_html > > > > My PARENTS sh

Re: [Zope-dev] PythonMethods: Can't Slice context.REQUEST.PARENTS

2000-11-12 Thread Dieter Maurer
The Doctor What writes: > ... > Now here is my next problem. > > Using context.REQUEST.PARENTS doesn't give me the DTML Document that > called me (so to speak). > > I have: > /test/new/foo_html > > My PARENTS shows Zope, Test, and New, but doesn't show foo_html. "PARENTS" contain the

Re: [Zope-dev] Exceptions

2000-11-12 Thread Jim Fulton
I think that this would make a great dev.zope.org fish-bowl project. I'd love to see someone come up with an exception model for Zope: - arranging exceptions in a hierarchy. - defining standard APIs for exceptions. To give an example of what I'd like to gain by having exception AP