Re: [Zope] Frustrated with Python and Frameworks. Zope, Grok, Django, CherryPy

2007-11-27 Thread Roman Susi
framework's peculiarities. Maybe after at least playing with that you will revisit other Python web application frameworks already knowing what you want. Regards, Roman Susi looked at templating languages like Spyce, and Cheetah. I’m beginning to think there’s nothing out there for a newbie python

[Zope] ordinal not in range error in StringIO.py

2006-04-25 Thread Roman Susi
hi! My code produces the following traceback File /opt/Zope-2.9.1/lib/python/ZPublisher/Publish.py, line 40, in call_object result=apply(object,args) # Type scr to step into published object. File /var/zope-2.9/Products/Five/browser/metaconfigure.py, line 403, in __call__ return

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-10 Thread Roman Susi
Andreas Jung wrote: --On 9. Dezember 2005 15:33:38 +0200 Roman Susi [EMAIL PROTECTED] wrote: Hi! I've found the reason for original bug I hit. The recursion was in my code (and gone away after I corrected it). However, the bug I reported to Zope.org is still there. I think its a bug

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-09 Thread Roman Susi
Andreas Jung wrote: --On 9. Dezember 2005 08:04:04 +0200 Roman Susi [EMAIL PROTECTED] wrote: Chris Withers wrote: Roman Susi wrote: Even if it is in my code, it is still too bad to get down the whole Zope server. Also, it was confirmed as a bug. Where and who by? At Zope.org

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-08 Thread Roman Susi
Chris Withers wrote: Roman Susi wrote: Even if it is in my code, it is still too bad to get down the whole Zope server. Also, it was confirmed as a bug. Where and who by? At Zope.org issue tracker by ajung. However, it is not seen as it is security related. Chris

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-07 Thread Roman Susi
Chris Withers wrote: (please keep the list CC'ed in) Roman Susi wrote: What do you mean by freezes? how did you cause this to happen? Surely, this is not only a bug but a security issue leading to DOS attack, IMHO. Well, it's a pretty weird use case from what I can see... Still

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-05 Thread Roman Susi
Dieter Maurer wrote: Roman Suzi wrote at 2005-12-3 21:56 +0200: I am looking for a way in Zope to receive HTTP-requests with, eg, DELETE and PUT in the object method. Zope (2.7.x) seems to intercept these and issue Not authorised. DELETE and PUT are WebDAV methods (and defined in

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-05 Thread Roman Susi
Dieter Maurer wrote: Roman Suzi wrote at 2005-12-3 21:56 +0200: I am looking for a way in Zope to receive HTTP-requests with, eg, DELETE and PUT in the object method. Zope (2.7.x) seems to intercept these and issue Not authorised. DELETE and PUT are WebDAV methods (and defined in

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-04 Thread Roman Susi
Tino Wildenhain wrote: Am Samstag, den 03.12.2005, 21:56 +0200 schrieb Roman Suzi: Hi! ... DELETE /path/to/object/X/Y HTTP/1.1 Host: myhost.myorg.org Content-Type: application/myprotocol+xml Of course, I have a product Z which has this class: class Z: ... def Y(self,