[Zope-dev] problems with webdav MOVE and COPY

2000-12-08 Thread Joseph Wayne Norton
Hello. I tried to use some of the webdav functions in zope but ran into some trouble with the MOVE and COPY operations. One issue seems to be that the method "getSecurityManager" is not imported into the file zope-2.2/lib/python/webdav/Resource.py. def dav__validate(self, object, methodname,

[Zope-dev] python methods zope - security hole ?

2001-01-30 Thread Joseph Wayne Norton
Evan - I believe I have found a situation while using python methods that exposes a security hole. A user that can create python methods can grant the Manager role to himself by simply writing and then calling the manage_users method. This issue might also apply to other scenarios. I created

[Zope-dev] SiteAccess: virtual host monster and setServerURL issue

2001-04-10 Thread Joseph Wayne Norton
Evan and Zope Dev - I'm using the virtual host monster with apache proxy/rewrite mechanism. I faced a little bit of trouble dealing with zope's setServerURL method. I'm using a configuration such as this on the apache side: RewriteRule ^/(.*)$ \

[Zope-dev] Re: SiteAccess: virtual host monster and setServerURL issue

2001-04-10 Thread Joseph Wayne Norton
currently using 1080 for zope (z2.py -w 1080). - j p.s. One more related question have you tried using mod_proxy/mod_rewrite with zope's webdav source port (-W) and virtual host monster? At Tue, 10 Apr 2001 10:57:15 -0400, Evan Simpson wrote: From: "Joseph Wayne Norton" [EMAIL

[Zope-dev] RestrictedDTML w/isPrincipiaFolderish: error with CMF 1.1 and Zope 2.4.0

2001-06-28 Thread Joseph Wayne Norton
Hello. I'm getting the following error message (see below) while accessing the contents of a folder (http://localhost/cmf/Portal/FolderD/folder_contents) underneath a CMF site instance. I was testing Python 2.1, and CMF 1.1/Zope 2.4.0 (latest cvs checked out versions). I do not have any

[Zope-dev] core session tracking and zope 2.5 integration

2001-09-13 Thread Joseph Wayne Norton
Chris - I'm not sure of your plans for integrating core session tracking with zope 2.5. This may be obvious to you but I just realized today how I would really like to use core session tracking. I haven't yet investigated the feasability of an implementation. However, it would be nice to have

[Zope-dev] apache ProxyPass and REMOTE_ADDR -- any further discussion or

2001-09-24 Thread Joseph Wayne Norton
consensus? User-Agent: Wanderlust/2.5.8 (Smooth Criminal) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 MULE XEmacs/21.4 (patch 1) (Copyleft) (i386-debian-linux) Reply-To: [EMAIL PROTECTED] MIME-Version: 1.0 (generated by SEMI 1.14.3 - Ushinoya) Content-Type: text/plain;

Re: [Zope-dev] RFC: Date property requiers valid date (no more)

2001-10-03 Thread Joseph Wayne Norton
Johan - I have done a similiar hotfix by using None - which I think is a better alternative than ''. If you want to see all of the source, download the following Product, http://www.zope.org/Members/natsukashi/Products/CMFPropertyCore, and look inside the file

[Zope-dev] Re: core session tracking and zope 2.5 integration

2001-10-08 Thread Joseph Wayne Norton
Chris - Thanks for your response. I had already put together a prototype since my first mail to you on this subject and just completed integration with version 0.9. I have placed a tar bundle at the following url:

Re: [Zope-dev] Re: core session tracking and zope 2.5 integration

2001-10-09 Thread Joseph Wayne Norton
Correction ... http://www.zope.org/Members/natsukashi/index.html http://www.zope.org/Members/natsukashi/index_html is not able to be found on www.zope.org. At Tue, 09 Oct 2001 12:35:08 +0900, http://www.zope.org/Members/natsukashi/Prototypes/CoreSessionUserFolder.tgz or link via

Re: [Zope-dev] More signal 11 restarts....

2001-12-08 Thread Joseph Wayne Norton
Daniel - I have **not** tried this myself yet, but I plan to check this week. Please take a look at the following URL: http://www.humanfactor.com/cgi-bin/cgi-delegate/apache-ML/nh/1998/Oct/0130.html This mail is related to apache but the same analysis might apply to zope. I believe the

[Zope-dev] recipe for trapping SIGSEGV and SIGILL signals on solaris

2001-12-10 Thread Joseph Wayne Norton
Hello. We are facing zope restarts on the solaris 5.6 platform with zope 2.4.3 and python 2.1.1. I put together a script based some information on an old posting to the apache mailing list. The following shell/perl script allows one to get a core file from a dying zope child process and also

Re: [Zope-dev] recipe for trapping SIGSEGV and SIGILL signals on solaris

2001-12-11 Thread Joseph Wayne Norton
At Tue, 11 Dec 2001 10:42:46 -0500, Matthew T. Kromer wrote: #0 0xef5b9810 in _lwp_sema_wait () (gdb) info threads 19 Thread 10 0xef5b9810 in _lwp_sema_wait () 18 Thread 9 0xef5b9810 in _lwp_sema_wait () 17 Thread 8 0xef5b9810 in _lwp_sema_wait () 16

Re: [Zope-dev] recipe for trapping SIGSEGV and SIGILL signals on solaris

2001-12-12 Thread Joseph Wayne Norton
Matt - Well, your patch seems fine in our testing environment. Unfortunately, we do not see any restarts in the testing environment ... always in production. I had to rebuild our entire software base because we are using other products that use extensions class and they are not included under

Re: [Zope-dev] recipe for trapping SIGSEGV and SIGILL signals on solaris

2001-12-13 Thread Joseph Wayne Norton
Matt - Ok, I installed everything and the system is running fine (or no worse). However, we still faced one restart so far. I have included the debug information below. This looks similiar to the problem report on sourceforge:

Re: [Zope-dev] Re: Zope 2.4 crashes -- possible fix identified, other solutions also suggested

2001-12-19 Thread Joseph Wayne Norton
Matt - If possible, I would prefer to use a source Python 2.1.2 release with a source zope 2.4.4 ? bugfix release (or create my own from the 2.4 cvs branch) once the fixes are complete. We do not want to put a 2.5 release in production at this time. Thanks for the update. regards, - j At

Re: [Zope-dev] Patch acceptance. What about this one?

2001-12-27 Thread Joseph Wayne Norton
Adam - At Thu, 27 Dec 2001 21:42:10 -0500, Adam Manock wrote: It was written against 2.4.1 I run 2.4.3. It would have been really nice if it had been included in Zope 2.4.next.. Hmm, has anything else changed that I need to be aware of before applying the patch? FYI. I have

Re: [Zope-dev] Patch acceptance. What about this one?

2001-12-27 Thread Joseph Wayne Norton
At Fri, 28 Dec 2001 00:14:21 -0500, Chris McDonough wrote: At the time, I hadn't received any feedback (however, I'm not blaming anyone). I also never posted this to the collector before. Should one of us post this? It would be appreciated, Joseph. ok ... I can post this afternoon.

Re: [Zope-dev] Patch acceptance. What about this one?

2001-12-28 Thread Joseph Wayne Norton
Ok .. here's the collector url: http://collector.zope.org/Zope/108 - j At Fri, 28 Dec 2001 00:14:21 -0500, Chris McDonough wrote: At the time, I hadn't received any feedback (however, I'm not blaming anyone). I also never posted this to the collector before. Should one of us post

Re: [Zope-dev] Re: Temporary Storage + Sessions + Versions: How?

2002-01-14 Thread Joseph Wayne Norton
Chris and Joachim - Maybe this is too simplistic of an approach ... but why not have the session data manager automatically create a new, session data container (temporary storage) for a given zope version. The session data manager can be optimized for the case of no version and then when and

Re: [Zope-dev] Core dumps - How to find out the bug?

2002-01-21 Thread Joseph Wayne Norton
Dario - I had faced similar problems ... try the following thread for help http://aspn.activestate.com/ASPN/Mail/Message/zope-Dev/940742 on how to trap the error on a running process. For linux, you need the command strace ... here is one url http://www.pugcentral.org/howto/truss.htm