Re: [Zope-dev] Stripogram or similar in core

2001-10-28 Thread Andy
> You seem to be aware of the fact, but I'd like to point it out > explicitely: from a security point of view, this is completely useless. > As HTML stripping is often done for security reasons, I fail to see the > interest in such a feature. That depends where you do the checking, yes html vali

Re: [Zope-dev] Stripogram or similar in core

2001-10-28 Thread Florent Guillaume
> Just discussing this with some colleagues today and we got onto a > marshalling data and it occured to us it would be nice to do something like > that would only allow p and > br in the html. Ok, its easy to get around with a fake form, but how about > being able to only specify certain html ta

Re: [Zope-dev] validate() trouble in Zope-2.5.0a1

2001-10-28 Thread Jens Vagelpohl
steve, unfortunately 2.5.0a1 had some serious issues alpha2 should come out really soon and fix them. in a nutshell, alpha1 is unusable. you can stop playing ;) jens On Sunday, October 28, 2001, at 04:20 , Steve Spicklemire wrote: > > I don't know if I'm doing something wrong, but when

[Zope-dev] validate() trouble in Zope-2.5.0a1

2001-10-28 Thread Steve Spicklemire
I don't know if I'm doing something wrong, but when I try to unpack and run Zope-2.5.0a1 I can't seem to authenticate manage_workspace. I haven't snooped much, but it seems that "options" in Management.py comes back empty: > /usr/local/etc/Zope2d/lib/python/App/Management.py(147)manage_work

Re: [Zope-dev] gvibDA problems

2001-10-28 Thread Nuno Maltez
Em Quinta, 25 de Outubro de 2001 17:39, Leonardo Rochael Almeida escreveu: > This is a really long shot and I have absolutely no knowledge of > Interbase but, are you sure it is 'ISO8859_1'? shouldn't it be 'ISO8859-1'? Nope,I'm sure it's 'ISO8859_1'. The silliest part is that everything works fi

Re: [Zope-dev] login prompt after letting user change his password.

2001-10-28 Thread Anthony Baxter
Or use a session cookie for the user/pw - when the user changes their password, change it in the current session, as well. Basic Auth is not going to allow you to do this at all[1] Anthony [1] ok, there's a possibility that you could do browser specific JS to hack the stored auth credentials,

Re: [Zope-dev] WebDAVLocks lost in "Control_Panel" (was:: [ZPT] how to unlock a webdav locked element ????)

2001-10-28 Thread Robert Rottermann
Thank you, I did it with an external method def t (self) : cp = getattr(self, 'Control_Panel') delattr(cp, '_objects') and it worked. life is full of wonders Robert - Original Message - From: "Adrian Hungate" <[EMAIL PROTECTED]> To: "Robert Rottermann" <[EMAIL PROTECTED]>; "Die