Re: [Zope] Re: Sending XML straight down to a zope

2006-10-13 Thread Chris Withers
Jonathan wrote: As an alternative strategy, how about: i) set up a url just for this problem user ii) us apache rewrite to redirect to a non-zope cgi script iii) use the cgi script to 'fix' the xml iv) do a redirect with the fixed xml to a 'zope' url Being all Nu Skool about this, I wonder i

[Zope] PUT_Factory equivalent for MKCOL?

2006-10-13 Thread Chris Withers
Hi All, Is there an equivalent to the PUT_Factory for MKCOL? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope] Sending XML straight down to a zope

2006-10-13 Thread Paul Winkler
On Thu, Oct 12, 2006 at 09:16:30PM +0200, Dieter Maurer wrote: > Chris Withers wrote at 2006-10-12 08:35 +0100: > >Peter Bengtsson wrote: > >> xml_content = open('validxmlfile.xml').read() > >> http = httplib.HTTP("localhost", 8080) > >> http.putrequest("POST", "/uploadExpenseXML") > > > >That's no

Re: [Zope] Zope 2 for Windows

2006-10-13 Thread Dario Lopez-Kästen
michael nt milne said the following on 10/12/2006 01:33 PM: > No I get your point. I just feel that anti-windows feeling has to be > flagged up. If not it gets endemnic and hopefully occasional pointers > will feed in organically. Ultimately in OSS though people will do what > they want and that is

[Zope] how to set higher security for zope ftp

2006-10-13 Thread Allen Huang
how to set higher security for zope ftp? I want people to upload but can't download, delete, replace any of the existing file.. how do I do that on zope ftp? Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.___

[Zope] Re: zope fork in external method

2006-10-13 Thread Jonathan
Pls keep your posts on the list - so that others can help and so that others can search for problems/solutions! - Original Message - From: "Daniel Lopez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 13, 2006 12:13 PM Subject: zope fork in external method Jonat

Re: [Zope] how to set higher security for zope ftp

2006-10-13 Thread Andreas Jung
--On 13. Oktober 2006 07:41:34 -0700 Allen Huang <[EMAIL PROTECTED]> wrote: how to set higher security for zope ftp? I want people to upload but can't download, delete, replace any of the existing file.. how do I do that on zope ftp? You might play around with the permissions for the corr

RE: [Zope] How can I store session data to db on login/logoff events ?

2006-10-13 Thread Dieter Maurer
Pletli Antal wrote at 2006-10-13 08:36 +0200: >I see, but i dont't know why the session is empty. When the session will >be deleted it is not contains the previously set variables (keys) by the >user. Only the request object contains the authenticated user name, the >container.session or item param

Re: [Zope] PUT_Factory equivalent for MKCOL?

2006-10-13 Thread Dieter Maurer
Chris Withers wrote at 2006-10-13 12:00 +0100: >Is there an equivalent to the PUT_Factory for MKCOL? Yes, as you can see in "webdav.NullResource.MKCOL": # Add hook for webdav/FTP MKCOL (Collector #2254) (needed for CMF) # parent.manage_addFolder(name) mkcol_handler = getattr

Re: [Zope] how to set higher security for zope ftp

2006-10-13 Thread Dieter Maurer
Allen Huang wrote at 2006-10-13 07:41 -0700: >how to set higher security for zope ftp? > I want people to upload but can't download, delete, replace any of the > existing file.. how do I do that on zope ftp? The destructive FTP commands map to standard Zope methods: "delete" is mapped for examp