Hi guys,
I've been struggling with some permission problems, and I'd appreciate
some help...
Being that I don't know too much about permissions (yet!), solving
this issue is hard (and security _is_ hard); so I'll just point
you to the problem:
http://www.zope.org/Members/morphex/AddressBo
>* Fred Wilson Horch ([EMAIL PROTECTED]) [010312 10:27]:
>>> Another serialized format that all Zope objects support is the XML
>>> interface, which exposes all the objects' guts. With XML-RPC I
>>> envisioned being able to improve on the FTP interface by adding things
>>> like md5 checksums to d
Andre Schubert wrote:
>
> Hi,
>
> the content-type of the files is video/quicktime. If i get such a file with
> wget i got the correct content-type, but the binaries of the file are
> different to a file got from apache.
>
> mfg
>
My question then is, what is the "correct" type that apache re
Sorry, but that doesn't seem to solve the problem.
If I take away line 312 I can create new fields. But
I assume that there is then a security hole.
Any hints?
Arno
On Mon, 12 Mar 2001, Spicklemire, Jerry wrote:
> Arno said:
>
> > I am currently checking ZFormulator and could import the demo,
... do something...
- Original Message -
From: "Holger Lehmann" <[EMAIL PROTECTED]>
To: "Zope devel list" <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 3:33 AM
Subject: [Zope-dev] HowTo: trying to acces only the form elements in the
REQUEST ...
Hello everyone,
I need
Yes
- Original Message -
From: "Muhammad Jahanzeb" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 9:27 AM
Subject: [Zope-dev] Alumni in zope ?
> Can we implement an alumni in zope or through zope ?
>
>
> ___
> Zop
Can we implement an alumni in zope or through zope ?
___
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-ann
Holger Lehmann <[EMAIL PROTECTED]> writes:
> Hello everyone,
>
> I need a quick hint.
>
> How do I check wether there are any "form" elements in the request.
> And how can I only acces those ?
> I want to pass those, and only thos on to a ZClient call to another website.
>
> I do have a reque
Hello everyone,
I need a quick hint.
How do I check wether there are any "form" elements in the request.
And how can I only acces those ?
I want to pass those, and only thos on to a ZClient call to another website.
I do have a request like this:
http://server/foo/bar?name=bar¶m=foo¶m2=baz
Now